]> git.pond.sub.org Git - eow/blob - static/dojo-release-1.1.1/dojox/gfx/attach.js
add Dojo 1.1.1
[eow] / static / dojo-release-1.1.1 / dojox / gfx / attach.js
1 dojo.require("dojox.gfx");
2
3 // include an attacher conditionally
4 dojo.requireIf(dojox.gfx.renderer == "svg", "dojox.gfx.svg_attach");
5 dojo.requireIf(dojox.gfx.renderer == "vml", "dojox.gfx.vml_attach");
6 dojo.requireIf(dojox.gfx.renderer == "silverlight", "dojox.gfx.silverlight_attach");
7 dojo.requireIf(dojox.gfx.renderer == "canvas", "dojox.gfx.canvas_attach");