#18856 closed defect (fixed)
Deleting local variable
Reported by: | burashka | Owned by: | Mgadd |
---|---|---|---|
Priority: | undecided | Milestone: | 1.7.11 |
Component: | Core | Version: | 1.11.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Strange deleting local variable in module dojo/number method _formatAbsolute:
if(groupSize2){
groupSize = groupSize2; delete groupSize2;
}
Change History (13)
comment:1 Changed 6 years ago by
Component: | General → Core |
---|---|
Milestone: | tbd → 1.13 |
comment:2 Changed 6 years ago by
comment:5 Changed 6 years ago by
Owner: | set to Matthew Gadd <[email protected]…> |
---|---|
Resolution: | → fixed |
Status: | new → closed |
In a97b1ae/dojo:
comment:11 Changed 6 years ago by
Milestone: | 1.11.3 → 1.7.11 |
---|
Note: See
TracTickets for help on using
tickets.
https://github.com/dojo/dojo/pull/221