mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-04 22:18:06 +02:00
iD constructors are camel case
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
iD.ui.commit = function(context) {
|
||||
iD.ui.Commit = function(context) {
|
||||
var event = d3.dispatch('cancel', 'save', 'fix');
|
||||
|
||||
function zipSame(d) {
|
||||
|
||||
Reference in New Issue
Block a user