Makes sure repeatable lists with memory are properly locked.
This commit is contained in:
parent
ebb39c2774
commit
05ae8f37b8
|
@ -191,7 +191,7 @@ jQuery.Callbacks = function( flags, filter ) {
|
|||
},
|
||||
// Call all callbacks with the given context and arguments
|
||||
fireWith: function( context, args ) {
|
||||
if ( list ) {
|
||||
if ( stack ) {
|
||||
if ( firing ) {
|
||||
if ( !flags.once ) {
|
||||
stack.push( [ context, args ] );
|
||||
|
|
Loading…
Reference in a new issue