mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 08:39:56 +02:00
Namespace UI components
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
iD.commit = function() {
|
||||
iD.ui.commit = function() {
|
||||
var event = d3.dispatch('cancel', 'save');
|
||||
|
||||
|
||||
function zipSame(d) {
|
||||
var c = [], n = -1;
|
||||
for (var i = 0; i < d.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user