source:
Dev/trunk/src/client/util/buildscripts/profiles/fx.profile.js
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 259 bytes |
Rev | Line | |
---|---|---|
[483] | 1 | dependencies = { |
2 | layers: [ | |
3 | { | |
4 | name: "../dojox/fx.js", | |
5 | dependencies: [ | |
6 | "dojo.NodeList-fx", | |
7 | "dojox.fx.ext-dojo.NodeList", | |
8 | "dojox.fx", | |
9 | "dojo.fx.easing" | |
10 | ] | |
11 | } | |
12 | ], | |
13 | ||
14 | prefixes: [ | |
15 | [ "dijit", "../dijit" ], | |
16 | [ "dojox", "../dojox" ] | |
17 | ] | |
18 | }; |
Note: See TracBrowser
for help on using the repository browser.