aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/css.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/css.js b/src/css.js
index 59eaed71c..661d800d7 100644
--- a/src/css.js
+++ b/src/css.js
@@ -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)