#1354 closed defect (fixed)
DemoNavigator.js has wrong case for dojo.require of dojo.lang.common
Reported by: | Owned by: | dylan | |
---|---|---|---|
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.
Change History (3)
comment:1 Changed 15 years ago by
Milestone: | → 0.4 |
---|---|
Owner: | changed from anonymous to dylan |
Status: | new → assigned |
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [5402]) incorrect case, fixes #1354