#5685 closed defect (fixed)
dojox.widget.Iterator breaks IE
Reported by: | guest | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dojox | Version: | 1.0 |
Keywords: | Cc: | shawn@… | |
Blocked By: | Blocking: |
Description
In dojox.widget.Iterator in the function fetch() there is a superfluous comma highlighted below:
fetch: function(query, start, end){
this.store.fetch({
query: query this.query, start: start this.start, count: end this.fetchMax, onComplete: dojo.hitch(this,"onDataAvailable"), <-- Extra Comma
});
Change History (2)
comment:1 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
Milestone: | → 1.1 |
---|
Note: See
TracTickets for help on using
tickets.
(In [12173]) fixes #5685 - !strict