source: Dev/branches/rest-dojo-ui/client/dojox/collections/tests/collections.js @ 256

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: 523 bytes
Line 
1dojo.provide("dojox.collections.tests.collections");
2dojo.require("dojox.collections");
3
4try{
5        dojo.require("dojox.collections.tests._base");
6        dojo.require("dojox.collections.tests.ArrayList");
7        dojo.require("dojox.collections.tests.BinaryTree");
8        dojo.require("dojox.collections.tests.Dictionary");
9        dojo.require("dojox.collections.tests.Queue");
10        dojo.require("dojox.collections.tests.Set");
11        dojo.require("dojox.collections.tests.SortedList");
12        dojo.require("dojox.collections.tests.Stack");
13}catch(e){
14        doh.debug(e);
15}
Note: See TracBrowser for help on using the repository browser.