Fix global leak

This commit is contained in:
John Firebaugh
2013-02-12 16:25:39 -08:00
parent 5c9832e2ef
commit 50e01150a7
+1 -1
View File
@@ -19,7 +19,7 @@ iD.ui.tagReference = function(selection) {
header.append('span')
.text(g('title'));
referenceBody = selection.append('div')
var referenceBody = selection.append('div')
.attr('class','modal-section fillL2');
referenceBody