Prefer non-instances

This commit is contained in:
Tom MacWright
2012-10-24 16:01:52 -04:00
parent d1d1413e19
commit 85030927cb
+2 -2
View File
@@ -94,10 +94,10 @@ iD.renderer.Map = function(obj) {
return c.join(' ');
}
var selectClick = function(d) {
function selectClick(d) {
select(d);
drawVector();
};
}
function drawVector() {
var all = connection.all();