This commit is contained in:
j 2014-05-12 14:57:47 +02:00
commit 10d2f35b7b
20 changed files with 1334 additions and 629 deletions

View file

@ -63,6 +63,8 @@ oml.ui.list = function() {
}
});
oml.enableDragAndDrop(that);
return that;
};