Opened 13 years ago
Closed 13 years ago
#1326 closed defect (worksforme)
dojo.Namespace constructor uses depricated dojo.setModulePrefix
Reported by: | Michael Schall | Owned by: | dylan |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Line 12 in namespace.js currently
dojo.setModulePrefix(nsPrefix, location);
should be
dojo.registerModulePath(nsPrefix, location);
Change History (2)
comment:1 Changed 13 years ago by
Owner: | changed from anonymous to dylan |
---|---|
Status: | new → assigned |
comment:2 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
I don't see this as being the case as of [5372] . Please reopen if it still is.