diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-02-29 22:09:26 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-02-29 22:09:26 -0500 |
commit | b4d9eee966f1dec06f0772e38bba9e5c864374f9 (patch) | |
tree | 6560f7f0b2cb9e688e46727f8ad27aac6eeccb79 /ui/jquery.effects.blind.js | |
parent | 8c10c1e41b07ebadf8b3cf67fac88d27ee6c9fdb (diff) | |
parent | 63215a68757c4fa78079a48488d9a91f0ec8cf50 (diff) | |
download | jquery-ui-b4d9eee966f1dec06f0772e38bba9e5c864374f9.tar.gz jquery-ui-b4d9eee966f1dec06f0772e38bba9e5c864374f9.zip |
Merge branch 'master' into selectmenu
Diffstat (limited to 'ui/jquery.effects.blind.js')
-rw-r--r-- | ui/jquery.effects.blind.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.effects.blind.js b/ui/jquery.effects.blind.js index 0380b262a..0e3f25db7 100644 --- a/ui/jquery.effects.blind.js +++ b/ui/jquery.effects.blind.js @@ -50,7 +50,7 @@ $.effects.effect.blind = function( o, done ) { .css( vertical ? "top" : "left", "auto" ) .css({ position: "absolute" }); - animation[ ref2 ] = show ? margin : distance + margin; + animation[ ref2 ] = show ? margin : distance + margin; } // start at 0 if we are showing |