6 lines
222 B
JavaScript
6 lines
222 B
JavaScript
|
//>>built
|
||
|
define("dojox/sketch",["dojo/_base/kernel","dojo/_base/lang","./xml/DomParser","./sketch/UndoStack","./sketch/Figure","./sketch/Toolbar"],function(_1){
|
||
|
_1.getObject("sketch",true,dojox);
|
||
|
return dojox.sketch;
|
||
|
});
|