From 776723436460c928b0eaf88fe36b575f36049a17 Mon Sep 17 00:00:00 2001 From: Richard Gibson Date: Sat, 12 Jan 2013 17:11:07 -0500 Subject: No ticket: compress event.js (cherry picked from commit 9cf812d7a28a08608eab30440102b00ebd3c2291) --- src/effects.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/effects.js') diff --git a/src/effects.js b/src/effects.js index 7c73a920b..1eee0a991 100644 --- a/src/effects.js +++ b/src/effects.js @@ -161,9 +161,9 @@ function Animation( elem, properties, options ) { jQuery.fx.timer( jQuery.extend( tick, { + elem: elem, anim: animation, - queue: animation.opts.queue, - elem: elem + queue: animation.opts.queue }) ); -- cgit v1.2.3