BusyBird
view release on metacpan or search on metacpan
share/www/static/jquery.js view on Meta::CPAN
return !list;
},
// Lock the list in its current state
lock: function() {
stack = undefined;
if ( !memory ) {
self.disable();
}
return this;
},
// Is it locked?
locked: function() {
return !stack;
},
// Call all callbacks with the given context and arguments
fireWith: function( context, args ) {
args = args || [];
args = [ context, args.slice ? args.slice() : args ];
if ( list && ( !fired || stack ) ) {
if ( firing ) {
stack.push( args );
} else {
( run in 1.034 second using v1.01-cache-2.11-cpan-49f99fa48dc )