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:
198 bytes
|
Line | |
---|
1 | // AMD-ID "dojox/gfx3d" |
---|
2 | define(["dojo/_base/kernel","dojox","./gfx3d/matrix","./gfx3d/_base","./gfx3d/object"], function(dojo,dojox) { |
---|
3 | dojo.getObject("gfx3d", true, dojox); |
---|
4 | |
---|
5 | return dojox.gfx3d; |
---|
6 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.