Fix global leak

This commit is contained in:
John Firebaugh
2013-04-03 16:45:40 -07:00
parent 7e2485dd87
commit c1df01cec1
+1 -1
View File
@@ -73,7 +73,7 @@ iD.ui.TagEditor = function(context, entity) {
.call(tagList, preset.id === 'other');
if (!entity.isNew()) {
osmLink = tageditorpreset.append('div')
var osmLink = tageditorpreset.append('div')
.attr('class', 'col12 inspector-inner')
.append('a')
.attr('href', 'http://www.openstreetmap.org/browse/' + entity.type + '/' + entity.osmId())