diff options
author | Richard Gibson <richard.gibson@gmail.com> | 2013-01-12 17:11:07 -0500 |
---|---|---|
committer | Richard Gibson <richard.gibson@gmail.com> | 2013-01-13 19:41:31 -0500 |
commit | 776723436460c928b0eaf88fe36b575f36049a17 (patch) | |
tree | e5252acdb9030a72d496d3fed9f8dbc0e44ef530 /src/effects.js | |
parent | fa71737fb424a43b9f705098c5be06b1c40f29b6 (diff) | |
download | jquery-776723436460c928b0eaf88fe36b575f36049a17.tar.gz jquery-776723436460c928b0eaf88fe36b575f36049a17.zip |
No ticket: compress event.js
(cherry picked from commit 9cf812d7a28a08608eab30440102b00ebd3c2291)
Diffstat (limited to 'src/effects.js')
-rw-r--r-- | src/effects.js | 4 |
1 files changed, 2 insertions, 2 deletions
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 }) ); |