mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-28 22:56:31 +02:00
@@ -27,8 +27,7 @@ iD.ui.TagReference = function(entity, tag) {
|
||||
}
|
||||
|
||||
function tagReference(selection) {
|
||||
wrap = selection.append('div')
|
||||
.attr('class', 'tag-help cf');
|
||||
wrap = selection.classed('tag-help', true);
|
||||
}
|
||||
|
||||
tagReference.show = function() {
|
||||
@@ -103,4 +102,4 @@ iD.ui.TagReference = function(entity, tag) {
|
||||
};
|
||||
|
||||
return tagReference;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user