]> git.pond.sub.org Git - eow/blobdiff - static/dojo-release-1.1.1/dojox/gfx/attach.js
Replace Dojo with jQuery
[eow] / static / dojo-release-1.1.1 / dojox / gfx / attach.js
diff --git a/static/dojo-release-1.1.1/dojox/gfx/attach.js b/static/dojo-release-1.1.1/dojox/gfx/attach.js
deleted file mode 100644 (file)
index 901f66f..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-dojo.require("dojox.gfx");
-
-// include an attacher conditionally
-dojo.requireIf(dojox.gfx.renderer == "svg", "dojox.gfx.svg_attach");
-dojo.requireIf(dojox.gfx.renderer == "vml", "dojox.gfx.vml_attach");
-dojo.requireIf(dojox.gfx.renderer == "silverlight", "dojox.gfx.silverlight_attach");
-dojo.requireIf(dojox.gfx.renderer == "canvas", "dojox.gfx.canvas_attach");