Last change
on this file was
483,
checked in by hendrikvanantwerpen, 11 years ago
|
Added Dojo 1.9.3 release.
|
-
Property svn:executable set to
*
|
File size:
419 bytes
|
Rev | Line | |
---|
[483] | 1 | dependencies = { |
---|
| 2 | stripConsole: "normal", |
---|
| 3 | |
---|
| 4 | layers: [ |
---|
| 5 | { |
---|
| 6 | name: "dojo.js", |
---|
| 7 | customBase: true, |
---|
| 8 | dependencies: [ |
---|
| 9 | "dojox.mobile.parser", |
---|
| 10 | "dojox.mobile", |
---|
| 11 | "dojox.mobile.compat" |
---|
| 12 | ] |
---|
| 13 | }, |
---|
| 14 | { |
---|
| 15 | name: "../dojox/mobile/_compat.js", |
---|
| 16 | layerDependencies: [ |
---|
| 17 | "dojo.js" |
---|
| 18 | ], |
---|
| 19 | dependencies: [ |
---|
| 20 | "dojox.mobile._compat" |
---|
| 21 | ] |
---|
| 22 | } |
---|
| 23 | ], |
---|
| 24 | |
---|
| 25 | prefixes: [ |
---|
| 26 | [ "dijit", "../dijit" ], |
---|
| 27 | [ "dojox", "../dojox" ] |
---|
| 28 | ] |
---|
| 29 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.