Last change
on this file since 256 was
256,
checked in by hendrikvanantwerpen, 13 years ago
|
Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).
|
File size:
160 bytes
|
Rev | Line | |
---|
[256] | 1 | // AMD-ID "dojox/math" |
---|
| 2 | define(["dojo", "dojox", "dojox/math/_base"], function(dojo, dojox, math) { |
---|
| 3 | dojo.getObject("math", true, dojox); |
---|
| 4 | |
---|
| 5 | return dojox.math; |
---|
| 6 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.