source: Dev/trunk/src/client/dojox/math.js @ 485

Last change on this file since 485 was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 335 bytes
RevLine 
[483]1// AMD-ID "dojox/math"
2define(["dojo", "dojox", "dojox/math/_base"], function(dojo, dojox, math) {
3        dojo.getObject("math", true, dojox);
4
5        /*=====
6         return {
7         // summary:
8         //             Deprecated.  Should require dojox/math modules directly rather than trying to access them through
9         //             this module.
10         };
11         =====*/
12
13        return dojox.math;
14});
Note: See TracBrowser for help on using the repository browser.