webui-aria2/js/libs/dojox/math.js.uncompressed.js
2012-05-01 19:52:07 +08:00

8 lines
184 B
JavaScript

//>>built
// AMD-ID "dojox/math"
define("dojox/math", ["dojo", "dojox", "dojox/math/_base"], function(dojo, dojox, math) {
dojo.getObject("math", true, dojox);
return dojox.math;
});