Fix some code style inconsistencies

This commit is contained in:
Oleg
2013-11-07 21:14:23 +01:00
parent bcae427015
commit 22120cea66
24 changed files with 41 additions and 45 deletions

View File

@@ -126,7 +126,7 @@ jQuery.fn.extend({
}
type = type || "fx";
while( i-- ) {
while ( i-- ) {
tmp = jQuery._data( elements[ i ], type + "queueHooks" );
if ( tmp && tmp.empty ) {
count++;