mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
Fix global leak
This commit is contained in:
@@ -96,7 +96,7 @@ iD.Inspector = function(graph) {
|
||||
var data = d3.entries(d.tags).concat([{ key: '', value: ''}]);
|
||||
draw(data);
|
||||
|
||||
save = d3.select(this)
|
||||
d3.select(this)
|
||||
.append('button')
|
||||
.text('Save')
|
||||
.on('click', function(d, i) {
|
||||
|
||||
Reference in New Issue
Block a user