clean tags before dispatching changeTags

This commit is contained in:
Ansis Brammanis
2013-03-15 16:35:01 -04:00
parent 53121c9842
commit fe865038d0
+1 -1
View File
@@ -106,7 +106,7 @@ iD.ui.TagEditor = function(context) {
.call(drawButtons);
tageditor.tags(tags);
event.changeTags(tags);
changeTags();
}
function clean(o) {