diff --git a/js/id/ui/tag_editor.js b/js/id/ui/tag_editor.js index a0a429eaf..f609168b4 100644 --- a/js/id/ui/tag_editor.js +++ b/js/id/ui/tag_editor.js @@ -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) {