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