mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Effects: Whitespace fixes & using parseFloat instead of parseInt
This commit is contained in:
parent
48659c643f
commit
f63820769d
2
ui/jquery.effects.blind.js
vendored
2
ui/jquery.effects.blind.js
vendored
@ -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 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user