Opened 12 years ago
Closed 12 years ago
#5711 closed defect (fixed)
replace use of document object in dijit javascript files with dojo.doc
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
IBM reference # 78562
Change History (3)
comment:1 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
not all document shall be converted to dojo.doc
the changes in _base/windows.js should be reverted, it will break the code if using dojo.doc
in addition, I think documment appearing in comments should be preserved as well
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
(In [12184]) Fixes #5711 !strict. Did a global find of "document" object references in dijit/ and replaced with "dojo.doc".