mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
minor reorg
This commit is contained in:
@@ -66,8 +66,6 @@ Template.buttons({
|
||||
}
|
||||
});
|
||||
|
||||
$.fx.speeds._default = 2000;
|
||||
|
||||
// xcxc `UI.body.rendered` didn't work. Why?
|
||||
UI.body.attached = function () {
|
||||
$('#list').sortable({
|
||||
|
||||
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user