mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 16:19:48 +02:00
Fix global leaks
This commit is contained in:
@@ -9,6 +9,7 @@ iD.ui.Inspector = function() {
|
||||
presetUI,
|
||||
presetGrid,
|
||||
tagList,
|
||||
tagEditor,
|
||||
context;
|
||||
|
||||
function inspector(selection) {
|
||||
|
||||
@@ -29,7 +29,7 @@ d3.combobox = function() {
|
||||
top: rect.height + 'px'
|
||||
});
|
||||
|
||||
carat = selection
|
||||
selection
|
||||
.insert('a', ':first-child')
|
||||
.attr('class', 'combobox-carat')
|
||||
.style({
|
||||
|
||||
Reference in New Issue
Block a user