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.
14 lines (12 loc) • 354 B
JavaScript
dojo.provide("dojox.math.tests.main");
try{
// functional block
dojo.require("dojox.math.tests.math");
dojo.require("dojox.math.tests.stats");
dojo.require("dojox.math.tests.round");
dojo.require("dojox.math.tests.BigInteger");
dojo.require("dojox.math.tests.BigInteger-ext");
dojo.require("dojox.math.tests.random");
}catch(e){
doh.debug(e);
}