Last change
on this file since 263 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:
735 bytes
|
Line | |
---|
1 | define([ |
---|
2 | "dojo/tests/_base/loader", |
---|
3 | "dojo/tests/_base/array", |
---|
4 | "dojo/tests/_base/Color", |
---|
5 | "dojo/tests/_base/lang", |
---|
6 | "dojo/tests/_base/declare", |
---|
7 | "dojo/tests/_base/connect", |
---|
8 | "dojo/tests/_base/Deferred", |
---|
9 | "dojo/tests/_base/json", |
---|
10 | "dojo/tests/_base/object", |
---|
11 | "dojo/has!host-browser?dojo/tests/_base/html", |
---|
12 | "dojo/has!host-browser?dojo/tests/_base/fx", |
---|
13 | "dojo/has!host-browser?dojo/tests/_base/query", |
---|
14 | "dojo/has!host-browser?dojo/tests/_base/xhr", |
---|
15 | "dojo/has!host-browser?dojo/tests/_base/window"], 1); |
---|
16 | |
---|
17 | // TODO: platform boot tests |
---|
18 | //dojo.platformRequire({ |
---|
19 | // browser: ["tests._base._loader.hostenv_browser"], |
---|
20 | // rhino: ["tests._base._loader.hostenv_rhino"], |
---|
21 | // spidermonkey: ["tests._base._loader.hostenv_spidermonkey"] |
---|
22 | //}); |
---|
Note: See
TracBrowser
for help on using the repository browser.