webui-aria2/js/libs/dojox/sketch.js

6 lines
222 B
JavaScript
Raw Normal View History

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