diff options
author | Trey Hunner <treyhunner@gmail.com> | 2012-02-27 08:48:17 -0800 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-02-27 12:04:30 -0500 |
commit | 9d6e94faf4030fd287120098d7395463d8acb698 (patch) | |
tree | 8c9614dccc8853778f6083f2cca517c1fc63b200 /ui/jquery.effects.blind.js | |
parent | 1d2fcaddadbb1ad313e3d7c5018f2fd9f31ce1e0 (diff) | |
download | jquery-ui-9d6e94faf4030fd287120098d7395463d8acb698.tar.gz jquery-ui-9d6e94faf4030fd287120098d7395463d8acb698.zip |
Use hard tabs for indentation consistently
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 |