#4839 closed defect (fixed)
kill stray globals
Reported by: | alex | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Core | Version: | 0.9 |
Keywords: | Cc: | dylan, bill | |
Blocked By: | Blocking: |
Description
I'm seeing stray globals like "gearsObj", "_shouldRequire", "dojoUrl", "param", "tp", "x", and "undefined_undefined"...and that's just on the NodeList? test page.
Change History (14)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
comment:5 Changed 13 years ago by
the undefined_undefined
seems to be coming from delcare(), but I'm not sure where
comment:6 Changed 13 years ago by
comment:7 Changed 13 years ago by
comment:8 Changed 13 years ago by
comment:10 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
seems to be cleared up, at least in themeTester.html. Marking fixed.
comment:12 Changed 13 years ago by
comment:13 Changed 13 years ago by
Note: See
TracTickets for help on using
tickets.
(In [11067]) clobber the "gearsObj" stray global. Refs #4839