Opened 14 years ago
Closed 14 years ago
#1355 closed defect (duplicate)
DemoNavigator.js has wrong case for dojo.require of dojo.lang.common
Reported by: | Owned by: | anonymous | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
src/widget/demoEngine/DemoNavigator.js requires dojo.lang.Common. This should be changed to dojo.lang.common in order to ensure it works in case-sensitive environments.
Note: See
TracTickets for help on using
tickets.
duplicate of #1354