]> git.pond.sub.org Git - eow/blob - static/dojo-release-1.1.1/dojox/sketch.js
Use new command dispatcher
[eow] / static / dojo-release-1.1.1 / dojox / sketch.js
1 if(!dojo._hasResource["dojox.sketch"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code.
2 dojo._hasResource["dojox.sketch"] = true;
3 dojo.provide("dojox.sketch");
4 try{
5         // fix IE image caching issue
6         document.execCommand("BackgroundImageCache", false, true);
7 }catch(e){ }
8 dojo.require("dojox.xml.DomParser");
9 dojo.require("dojox.sketch.UndoStack");
10 dojo.require("dojox.sketch.Figure");
11 dojo.require("dojox.sketch.Toolbar");
12
13 }