aboutsummaryrefslogtreecommitdiffstats
path: root/src/css.js
diff options
context:
space:
mode:
authortimmywil <tim.willison@thisismedium.com>2011-05-13 12:14:31 -0400
committertimmywil <tim.willison@thisismedium.com>2011-05-13 12:14:31 -0400
commita5b7c0fa3316616d86bcb584375b02e33b0bac08 (patch)
treebaa7586e7d6e8cec658dda34e79b6b3d6d5e91f2 /src/css.js
parentcbbd7d28e1088e76a9c89bfb30ba9af8f1fce759 (diff)
downloadjquery-a5b7c0fa3316616d86bcb584375b02e33b0bac08.tar.gz
jquery-a5b7c0fa3316616d86bcb584375b02e33b0bac08.zip
Style edits for pull request 375
Diffstat (limited to 'src/css.js')
-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)