Lots of updates
This commit is contained in:
parent
e3cfff8310
commit
39e7af6238
454 changed files with 221168 additions and 36622 deletions
6
app/bower_components/jquery/src/queue.js
vendored
6
app/bower_components/jquery/src/queue.js
vendored
|
@ -50,7 +50,7 @@ jQuery.extend({
|
|||
queue.unshift( "inprogress" );
|
||||
}
|
||||
|
||||
// clear up the last queue stop function
|
||||
// Clear up the last queue stop function
|
||||
delete hooks.stop;
|
||||
fn.call( elem, next, hooks );
|
||||
}
|
||||
|
@ -60,7 +60,7 @@ jQuery.extend({
|
|||
}
|
||||
},
|
||||
|
||||
// not intended for public consumption - generates a queueHooks object, or returns the current one
|
||||
// Not public - generate a queueHooks object, or return the current one
|
||||
_queueHooks: function( elem, type ) {
|
||||
var key = type + "queueHooks";
|
||||
return data_priv.get( elem, key ) || data_priv.access( elem, key, {
|
||||
|
@ -90,7 +90,7 @@ jQuery.fn.extend({
|
|||
this.each(function() {
|
||||
var queue = jQuery.queue( this, type, data );
|
||||
|
||||
// ensure a hooks for this queue
|
||||
// Ensure a hooks for this queue
|
||||
jQuery._queueHooks( this, type );
|
||||
|
||||
if ( type === "fx" && queue[0] !== "inprogress" ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue