#2701 closed defect (fixed)
'var' missing to declare local variable in in TreeSelector, initialize
Reported by: | Owned by: | Adam Peller | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.4.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
'var' missing to declare local variable in in TreeSelector?, initialize so the reserved global 'window.name' variable is overriden
pb reproduced in 0.4.2rc1
initialize: function() {
for(name in this.eventNamesDefault) {
~if (dojo.lang.isUndefined(this.eventNames[name])) {
this.eventNames[name] = this.widgetId+"/"+this.eventNamesDefault[name];
}
}
},
Change History (4)
comment:1 Changed 15 years ago by
Milestone: | → 0.4.3 |
---|---|
Owner: | changed from anonymous to Adam Peller |
Status: | new → assigned |
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [7944]) Fixes #2701