aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Frang <gnarf@gnarf.net>2012-01-05 11:46:50 -0600
committerCorey Frang <gnarf@gnarf.net>2012-01-05 11:46:50 -0600
commitf63820769d99ccbf6d0178322ffe75b7b321277b (patch)
tree27c67a30d9cdac43e38ad83827b59a56b861dd14
parent48659c643f68b5fc070f122255b7c73b913f0281 (diff)
downloadjquery-ui-f63820769d99ccbf6d0178322ffe75b7b321277b.tar.gz
jquery-ui-f63820769d99ccbf6d0178322ffe75b7b321277b.zip
Effects: Whitespace fixes & using parseFloat instead of parseInt
-rw-r--r--ui/jquery.effects.blind.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.effects.blind.js b/ui/jquery.effects.blind.js
index abcc9eed8..0380b262a 100644
--- a/ui/jquery.effects.blind.js
+++ b/ui/jquery.effects.blind.js
@@ -41,7 +41,7 @@ $.effects.effect.blind = function( o, done ) {
});
distance = wrapper[ ref ]();
- margin = parseInt(wrapper.css(ref2));
+ margin = parseFloat( wrapper.css( ref2 ) );
animation[ ref ] = show ? distance : 0;
if ( !motion ) {