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

13 lines
249 B
JavaScript

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