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.

15 lines (12 loc) 335 B
// AMD-ID "dojox/math" define(["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; });