mirror of
https://github.com/jquery/jquery.git
synced 2026-02-03 20:15:26 -05:00
Renaming 'runner' to 'hooks' - makes it a little more obvious whats happening
This commit is contained in:
committed by
Dave Methvin
parent
38f087b5ae
commit
0191e98934
4
src/effects.js
vendored
4
src/effects.js
vendored
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user