source: Dev/trunk/src/client/dojox/gfx/attach.js @ 532

Last change on this file since 532 was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 311 bytes
Line 
1define(["dojox/gfx"], function(){
2        // TODO: the current implementation is not functional, please implement correctly
3        /*
4        dojo.getObject("dojox.gfx.arc", true);
5        var r = dojox.gfx.svg.attach[dojox.gfx.renderer];
6        dojo.gfx.attachSurface = r.attachSurface;
7        dojo.gfx.attachNode = r.attachNode;
8        return r;
9        */
10});
Note: See TracBrowser for help on using the repository browser.