Line | |
---|
1 | var dependencies = { |
---|
2 | layers: [ |
---|
3 | { |
---|
4 | name: "dojo.js", |
---|
5 | //Using the customBase: true property means that the dojo._base is not |
---|
6 | //included by default for dojo.js. Define the _base modules by putting |
---|
7 | //the appropriate _base resource names in the dependencies array below. |
---|
8 | //If no dependencies are listed, then just the basic loader files are |
---|
9 | //included (the appropriate files in _base/_loader). |
---|
10 | customBase: true, |
---|
11 | dependencies: [ |
---|
12 | ] |
---|
13 | } |
---|
14 | ] |
---|
15 | }; |
---|
Note: See
TracBrowser
for help on using the repository browser.