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:
436 bytes
|
Line | |
---|
1 | dojo.provide("dijit.tests.module"); |
---|
2 | |
---|
3 | try{ |
---|
4 | dojo.require("dijit.tests._base.module"); |
---|
5 | dojo.require("dijit.tests.infrastructure-module"); |
---|
6 | |
---|
7 | dojo.require("dijit.tests.general-module"); |
---|
8 | dojo.require("dijit.tests.tree.module"); |
---|
9 | dojo.require("dijit.tests.editor.module"); |
---|
10 | dojo.require("dijit.tests.form.module"); |
---|
11 | dojo.require("dijit.tests.layout.module"); |
---|
12 | |
---|
13 | dojo.require("dijit.tests._BidiSupport.module"); |
---|
14 | }catch(e){ |
---|
15 | doh.debug(e); |
---|
16 | } |
---|
17 | |
---|
18 | |
---|
Note: See
TracBrowser
for help on using the repository browser.