You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
398 B
19 lines
398 B
define([ |
|
"dojo/_base/kernel", |
|
"dojo/_base/lang", |
|
"./xml/DomParser", |
|
"./sketch/UndoStack", |
|
"./sketch/Figure", |
|
"./sketch/Toolbar" |
|
], function(dojo){ |
|
dojo.getObject("sketch", true, dojox); |
|
|
|
/*===== |
|
return { |
|
// summary: |
|
// Deprecated. Should require dojox/sketch modules directly rather than trying to access them through |
|
// this module. |
|
}; |
|
=====*/ |
|
return dojox.sketch; |
|
});
|
|
|