Opened 10 years ago
Closed 10 years ago
#12788 closed defect (fixed)
dojo/_base/url.js needs require as a dependency in amd definition
Reported by: | bpburns | Owned by: | Rawld Gill |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Core | Version: | 1.6.0 |
Keywords: | Cc: | Adam Peller | |
Blocked By: | Blocking: |
Description
There is a call to require.nameToUrl that fails because require is not named as a dependency. This only shows up when using a third party amd loader such as requirejs.
Change History (4)
comment:1 Changed 10 years ago by
Owner: | set to Rawld Gill |
---|
comment:2 Changed 10 years ago by
Priority: | normal → high |
---|---|
Status: | new → assigned |
comment:3 Changed 10 years ago by
comment:4 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Need to understand if RequireJS is going to support public nameToUrl and/or toUrl. If so, code is OK as is; otherwise, we'll add the plugin for foreign loaders: