Fix global leaks

This commit is contained in:
Tom MacWright
2012-12-14 14:51:26 -05:00
parent de9416e85f
commit 9887e9c1bf
+2 -2
View File
@@ -106,13 +106,13 @@ iD.Inspector = function() {
.on('keydown.push-more', pushMore)
.each(bindTypeahead);
removeBtn = row.append('button')
var removeBtn = row.append('button')
.attr('class','remove minor')
.on('click', removeTag);
removeBtn.append('span').attr('class', 'icon remove');
helpBtn = row.append('button').attr('class', 'tag-help minor').append('a')
var helpBtn = row.append('button').attr('class', 'tag-help minor').append('a')
.attr('target', '_blank')
.attr('tabindex', -1)
.attr('href', function(d) {