You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
354 B
13 lines
354 B
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); |
|
}
|
|
|