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:
216 bytes
|
Line | |
---|
1 | dependencies = { |
---|
2 | layers: [ |
---|
3 | { |
---|
4 | name: "../dojo/dtkapi.js", |
---|
5 | dependencies: [ |
---|
6 | "dojox.widget.Dialog", |
---|
7 | "dojo.fx.easing" |
---|
8 | ] |
---|
9 | } |
---|
10 | ], |
---|
11 | |
---|
12 | prefixes: [ |
---|
13 | [ "dijit", "../dijit" ], |
---|
14 | [ "dojox", "../dojox" ] |
---|
15 | ] |
---|
16 | }; |
---|
17 | |
---|
Note: See
TracBrowser
for help on using the repository browser.