source:
Dev/trunk/src/client/dojox/math.js
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 335 bytes |
Line | |
---|---|
1 | // AMD-ID "dojox/math" |
2 | define(["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.