diff --git a/js/id/ui/inspector.js b/js/id/ui/inspector.js index 5a2c1df24..50b50c851 100644 --- a/js/id/ui/inspector.js +++ b/js/id/ui/inspector.js @@ -9,6 +9,7 @@ iD.ui.Inspector = function() { presetUI, presetGrid, tagList, + tagEditor, context; function inspector(selection) { diff --git a/js/lib/d3.combobox.js b/js/lib/d3.combobox.js index 0273856d2..d09a0f4fd 100644 --- a/js/lib/d3.combobox.js +++ b/js/lib/d3.combobox.js @@ -29,7 +29,7 @@ d3.combobox = function() { top: rect.height + 'px' }); - carat = selection + selection .insert('a', ':first-child') .attr('class', 'combobox-carat') .style({