Last change
on this file since 256 was
256,
checked in by hendrikvanantwerpen, 13 years ago
|
Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).
|
File size:
594 bytes
|
Line | |
---|
1 | dependencies = { |
---|
2 | layers: [ |
---|
3 | { |
---|
4 | //name: "../dojox/analytics.js", |
---|
5 | name: "dojo.js", |
---|
6 | dependencies: [ |
---|
7 | "dojox.analytics", |
---|
8 | "dojox.analytics.plugins.dojo", |
---|
9 | "dojox.analytics.plugins.window", |
---|
10 | "dojox.analytics.plugins.consoleMessages", |
---|
11 | "dojox.analytics.plugins.mouseOver", |
---|
12 | "dojox.analytics.plugins.mouseClick", |
---|
13 | "dojox.analytics.plugins.idle" |
---|
14 | ] |
---|
15 | } |
---|
16 | ], |
---|
17 | |
---|
18 | prefixes: [ |
---|
19 | [ "dojox", "../dojox" ], |
---|
20 | [ "dijit", "../dijit" ] |
---|
21 | ] |
---|
22 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.