summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/gfx/attach.js
blob: 045f672769954ebe7c53b88d73ffd87fe5823745 (plain)
1
2
3
4
5
6
7
8
9
10
11
//>>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;
	*/
});