aboutsummaryrefslogtreecommitdiffstats
path: root/src/effects.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/effects.js')
-rw-r--r--src/effects.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/effects.js b/src/effects.js
index 458b1eae7..76d788661 100644
--- a/src/effects.js
+++ b/src/effects.js
@@ -270,9 +270,9 @@ jQuery.fn.extend({
}
function stopQueue( elem, data, i ) {
- var runner = data[ i ];
+ var hooks = data[ i ];
jQuery.removeData( elem, i, true );
- runner.stop( gotoEnd );
+ hooks.stop( gotoEnd );
}
if ( type == null ) {