More changes to get jQuery in line with JSLint.
This commit is contained in:
parent
8c8f685a91
commit
dcf0fa5048
9 changed files with 195 additions and 190 deletions
|
@ -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 ];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue