Fix global leaks

This commit is contained in:
John Firebaugh
2013-02-16 09:02:23 -08:00
parent bff0554d05
commit eadf460b55
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -9,6 +9,7 @@ iD.ui.Inspector = function() {
presetUI,
presetGrid,
tagList,
tagEditor,
context;
function inspector(selection) {
+1 -1
View File
@@ -29,7 +29,7 @@ d3.combobox = function() {
top: rect.height + 'px'
});
carat = selection
selection
.insert('a', ':first-child')
.attr('class', 'combobox-carat')
.style({