Style edits for pull request 375
This commit is contained in:
parent
cbbd7d28e1
commit
a5b7c0fa33
2 changed files with 20 additions and 20 deletions
|
@ -97,7 +97,7 @@ jQuery.extend({
|
|||
if ( type === "string" && rrelNum.test( value ) ) {
|
||||
value = +value.replace( rrelNumFilter, "" ) + parseFloat( jQuery.css( elem, name ) );
|
||||
// Fixes bug #9237
|
||||
type = 'number';
|
||||
type = "number";
|
||||
}
|
||||
|
||||
// If a number was passed in, add 'px' to the (except for certain CSS properties)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue