You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
495 B
15 lines
495 B
var dependencies = { |
|
layers: [ |
|
{ |
|
name: "dojo.js", |
|
//Using the customBase: true property means that the dojo._base is not |
|
//included by default for dojo.js. Define the _base modules by putting |
|
//the appropriate _base resource names in the dependencies array below. |
|
//If no dependencies are listed, then just the basic loader files are |
|
//included (the appropriate files in _base/_loader). |
|
customBase: true, |
|
dependencies: [ |
|
] |
|
} |
|
] |
|
}; |