mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 23:14:47 +02:00
Move lib/d3.combobox.js -> ui/combobox.js
As with other things from this lib/ folder, little original code remains and turning these things into reusable d3 plugins is not a priority.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
describe('d3.combobox', function() {
|
||||
describe('uiCombobox', function() {
|
||||
var body, container, content, input, combobox;
|
||||
|
||||
var data = [
|
||||
@@ -67,7 +67,7 @@ describe('d3.combobox', function() {
|
||||
container = body.append('div').attr('class', 'id-container');
|
||||
content = container.append('div');
|
||||
input = content.append('input');
|
||||
combobox = iD.lib.d3combobox();
|
||||
combobox = iD.uiCombobox();
|
||||
});
|
||||
|
||||
afterEach(function() {
|
||||
Reference in New Issue
Block a user