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

12 lines
341 B
JavaScript

//>>built
define("dojox/gfx/attach", ["dojox/gfx"], function(){
// TODO: the current implementation is not functional, please implement correctly
/*
dojo.getObject("dojox.gfx.arc", true);
var r = dojox.gfx.svg.attach[dojox.gfx.renderer];
dojo.gfx.attachSurface = r.attachSurface;
dojo.gfx.attachNode = r.attachNode;
return r;
*/
});