Style edits for pull request 375

This commit is contained in:
timmywil 2011-05-13 12:14:31 -04:00
parent cbbd7d28e1
commit a5b7c0fa33
2 changed files with 20 additions and 20 deletions

View file

@ -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)