15 lines
349 B
JavaScript
15 lines
349 B
JavaScript
// AMD-ID "dojox/math"
|
|
define("dojox/math", ["dojo", "dojox", "dojox/math/_base"], function(dojo, dojox, math) {
|
|
dojo.getObject("math", true, dojox);
|
|
|
|
/*=====
|
|
return {
|
|
// summary:
|
|
// Deprecated. Should require dojox/math modules directly rather than trying to access them through
|
|
// this module.
|
|
};
|
|
=====*/
|
|
|
|
return dojox.math;
|
|
});
|