No ticket: fix code style inconsistencies. Closes gh-1361

This commit is contained in:
Oleg
2013-09-11 05:08:01 +04:00
parent e12746d756
commit cb37994d76
15 changed files with 32 additions and 31 deletions

View File

@@ -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++;