source: Dev/trunk/src/client/dojox/sketch.js @ 513

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

Added Dojo 1.9.3 release.

File size: 398 bytes
RevLine 
[483]1define([
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.