source: Dev/trunk/src/client/dojox/gfx3d.js @ 529

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

Added Dojo 1.9.3 release.

File size: 374 bytes
RevLine 
[483]1// AMD-ID "dojox/gfx3d"
2define(["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.