diff options
Diffstat (limited to 'js/dojo/dojox/drawing.js')
| -rw-r--r-- | js/dojo/dojox/drawing.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/js/dojo/dojox/drawing.js b/js/dojo/dojox/drawing.js new file mode 100644 index 0000000..cd1191f --- /dev/null +++ b/js/dojo/dojox/drawing.js @@ -0,0 +1,6 @@ +//>>built +// wrapped by build app +define("dojox/drawing", ["dijit","dojo","dojox","dojo/require!dojox/drawing/_base"], function(dijit,dojo,dojox){ +dojo.provide("dojox.drawing"); +dojo.require("dojox.drawing._base"); +}); |
