mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-03 21:48:03 +02:00
Fix global leak
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user