#12814 closed defect (fixed)
undeclared var in dojo.store.Observable.js
Reported by: | ovi | Owned by: | Kris Zyp |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Data | Version: | 1.6.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
As of rev 24239 @line 68:
for(i = 0, l = resultsArray.length; i < l; i++){
there is no var decl for l in the enclosing scope.
Change History (3)
comment:1 Changed 10 years ago by
Component: | General → Data |
---|---|
Owner: | set to Kris Zyp |
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 10 years ago by
Milestone: | tbd → 1.7 |
---|
Note: See
TracTickets for help on using
tickets.
This is fixed now