UNPKG

dojox

Version:

Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.

16 lines (14 loc) 523 B
dojo.provide("dojox.collections.tests.collections"); dojo.require("dojox.collections"); try{ dojo.require("dojox.collections.tests._base"); dojo.require("dojox.collections.tests.ArrayList"); dojo.require("dojox.collections.tests.BinaryTree"); dojo.require("dojox.collections.tests.Dictionary"); dojo.require("dojox.collections.tests.Queue"); dojo.require("dojox.collections.tests.Set"); dojo.require("dojox.collections.tests.SortedList"); dojo.require("dojox.collections.tests.Stack"); }catch(e){ doh.debug(e); }