Last change
on this file since 525 was
483,
checked in by hendrikvanantwerpen, 11 years ago
|
Added Dojo 1.9.3 release.
|
File size:
374 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 | /*===== |
---|
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.