webui-aria2/js/libs/dojox/sketch.js
2012-05-01 19:52:07 +08:00

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;
});