minor reorg

This commit is contained in:
Avital Oliver
2013-08-07 23:40:44 -07:00
parent 1324640758
commit 32fdb184fb
2 changed files with 2 additions and 2 deletions

View File

@@ -66,8 +66,6 @@ Template.buttons({
}
});
$.fx.speeds._default = 2000;
// xcxc `UI.body.rendered` didn't work. Why?
UI.body.attached = function () {
$('#list').sortable({

View File

@@ -1,4 +1,6 @@
// XXX another full pass on this all.
$.fx.speeds._default = 2000;
AnimatedEach = {
apply: function (el, events) {
events = events || ['insert', 'remove', 'move'];