mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
No ticket: fix code style inconsistencies. Closes gh-1361
This commit is contained in:
@@ -126,7 +126,7 @@ jQuery.fn.extend({
|
||||
}
|
||||
type = type || "fx";
|
||||
|
||||
while( i-- ) {
|
||||
while ( i-- ) {
|
||||
tmp = data_priv.get( elements[ i ], type + "queueHooks" );
|
||||
if ( tmp && tmp.empty ) {
|
||||
count++;
|
||||
|
||||
Reference in New Issue
Block a user