From fe865038d07ae455f9a84f687f0250faf30e9fa3 Mon Sep 17 00:00:00 2001 From: Ansis Brammanis Date: Fri, 15 Mar 2013 16:35:01 -0400 Subject: [PATCH] clean tags before dispatching changeTags --- js/id/ui/tag_editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/id/ui/tag_editor.js b/js/id/ui/tag_editor.js index e20b49df6..cd2c15126 100644 --- a/js/id/ui/tag_editor.js +++ b/js/id/ui/tag_editor.js @@ -106,7 +106,7 @@ iD.ui.TagEditor = function(context) { .call(drawButtons); tageditor.tags(tags); - event.changeTags(tags); + changeTags(); } function clean(o) {