Skip to content

Commit

Permalink
Effects: Whitespace fixes & using parseFloat instead of parseInt
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarf committed Jan 5, 2012
1 parent 48659c6 commit f638207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/jquery.effects.blind.js
Expand Up @@ -41,7 +41,7 @@ $.effects.effect.blind = function( o, done ) {
}); });


distance = wrapper[ ref ](); distance = wrapper[ ref ]();
margin = parseInt(wrapper.css(ref2)); margin = parseFloat( wrapper.css( ref2 ) );


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

0 comments on commit f638207

Please sign in to comment.