fix leaking global

This commit is contained in:
Ansis Brammanis
2013-03-05 10:37:56 -05:00
parent 43cd1f0b81
commit a56f273827
+1 -1
View File
@@ -13,7 +13,7 @@ iD.ui.TagEditor = function(context) {
entity = selection.datum();
selection_ = selection;
geometry = entity.geometry(context.graph());
var geometry = entity.geometry(context.graph());
// preset was explicitly chosen
if (newpreset) {