source:
Dev/trunk/src/client/dojox/sketch.js
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 398 bytes |
Line | |
---|---|
1 | define([ |
2 | "dojo/_base/kernel", |
3 | "dojo/_base/lang", |
4 | "./xml/DomParser", |
5 | "./sketch/UndoStack", |
6 | "./sketch/Figure", |
7 | "./sketch/Toolbar" |
8 | ], function(dojo){ |
9 | dojo.getObject("sketch", true, dojox); |
10 | |
11 | /*===== |
12 | return { |
13 | // summary: |
14 | // Deprecated. Should require dojox/sketch modules directly rather than trying to access them through |
15 | // this module. |
16 | }; |
17 | =====*/ |
18 | return dojox.sketch; |
19 | }); |
Note: See TracBrowser
for help on using the repository browser.