source:
Dev/trunk/src/client/dojox/gfx/attach.js
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 311 bytes |
Rev | Line | |
---|---|---|
[483] | 1 | define(["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.