Last change
on this file since 256 was
256,
checked in by hendrikvanantwerpen, 13 years ago
|
Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).
|
File size:
311 bytes
|
Line | |
---|
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.