Changeset 8262

Show
Ignore:
Timestamp:
04/24/07 04:25:22 (19 months ago)
Author:
alex
Message:

ensure that "doh" has a default mapping (to the anon/committer view layout) in the package system. Refs #2795

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dojo/trunk/_base/_loader/loader.js

    r7963 r8262  
    2121                // FIXME: it should be possible to pull module prefixes in from djConfig 
    2222                _modulePrefixes: { 
    23                         dojo: {name: "dojo", value: ""}, 
     23                        dojo: {name: "dojo", value: "."}, 
     24                        doh: {name: "doh", value: "../util/doh"}, 
    2425                        tests: {name: "tests", value: "tests"} 
    2526                },