Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
2150 |
mathias |
1 |
dojo.require("dojox.gfx.canvas");
|
|
|
2 |
|
|
|
3 |
dojo.experimental("dojox.gfx.canvas_attach");
|
|
|
4 |
|
|
|
5 |
// not implemented
|
|
|
6 |
dojox.gfx.attachNode = function(){
|
|
|
7 |
return null; // for now
|
|
|
8 |
};
|