Revert "remove tag reference wrapper"

This reverts commit bf8c56d4f4.
This commit is contained in:
Ansis Brammanis
2013-03-28 15:35:49 -04:00
parent 09642b1ea7
commit 4f1a593be2
+3 -2
View File
@@ -27,7 +27,8 @@ iD.ui.TagReference = function(entity, tag) {
}
function tagReference(selection) {
wrap = selection.classed('tag-help', true);
wrap = selection.append('div')
.attr('class', 'tag-help cf');
}
tagReference.show = function() {
@@ -102,4 +103,4 @@ iD.ui.TagReference = function(entity, tag) {
};
return tagReference;
};
};