#3163 closed task (fixed)
move parser.js and manager.js from dijit to core
Reported by: | bill | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Move dijit/util/parser.js and dijit/util/manager.js to dojo core, so that packages like dojox.wires can embed markup without pulling in dijit.
Change History (3)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
See #3365. This task is half finished but dijit code needs to be updated to use new parser. Right now there's a stub parser file in dijit but that shouldn't be in the beta release. BTW Widget.js requires() dijit.util.manager, so there's no reason to require() it from the stub file.