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
+1 -1
View File
@@ -1,4 +1,4 @@
iD.ui.commit = function(context) {
iD.ui.Commit = function(context) {
var event = d3.dispatch('cancel', 'save', 'fix');
function zipSame(d) {