More changes to get jQuery in line with JSLint.

This commit is contained in:
jeresig 2010-03-01 21:24:49 -05:00
parent 8c8f685a91
commit dcf0fa5048
9 changed files with 195 additions and 190 deletions

View file

@ -186,7 +186,7 @@ jQuery.extend({
callback.call( elem );
// Revert the old values
for ( var name in options ) {
for ( name in options ) {
elem.style[ name ] = old[ name ];
}
}