source:
Dev/trunk/src/client/dojox/gfx3d.js
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 374 bytes |
Rev | Line | |
---|---|---|
[483] | 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 | /*===== | |
6 | return { | |
7 | // summary: | |
8 | // Deprecated. Should require dojox/gfx3d modules directly rather than trying to access them through | |
9 | // this module. | |
10 | }; | |
11 | =====*/ | |
12 | ||
13 | return dojox.gfx3d; | |
14 | }); |
Note: See TracBrowser
for help on using the repository browser.