Namespace UI components

This commit is contained in:
Tom MacWright
2013-01-14 14:00:51 -05:00
parent a9bf2f1606
commit 72afc6dcb9
25 changed files with 49 additions and 45 deletions
+2 -2
View File
@@ -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++) {