Skip to content

Commit f638207

Browse files
committed
Effects: Whitespace fixes & using parseFloat instead of parseInt
1 parent 48659c6 commit f638207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.effects.blind.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ $.effects.effect.blind = function( o, done ) {
4141
});
4242

4343
distance = wrapper[ ref ]();
44-
margin = parseInt(wrapper.css(ref2));
44+
margin = parseFloat( wrapper.css( ref2 ) );
4545

4646
animation[ ref ] = show ? distance : 0;
4747
if ( !motion ) {

0 commit comments

Comments
 (0)