iD constructors are camel case

This commit is contained in:
John Firebaugh
2013-02-12 16:28:02 -08:00
parent 50e01150a7
commit 1e60b0b7fa
14 changed files with 22 additions and 22 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
describe("iD.ui.inspector", function () {
describe("iD.ui.Inspector", function () {
var inspector, element,
tags = {highway: 'residential'},
entity, graph, context;
function render() {
inspector = iD.ui.inspector().context(context);
inspector = iD.ui.Inspector().context(context);
element = d3.select('body')
.append('div')
.attr('id', 'inspector-wrap')