]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
fix indentation 4376/head
authorJon James <yetanotherzero@gmail.com>
Fri, 7 Feb 2014 00:22:58 +0000 (17:22 -0700)
committerJon James <yetanotherzero@gmail.com>
Fri, 7 Feb 2014 00:22:58 +0000 (17:22 -0700)
js/foundation/foundation.reveal.js

index 0ab0c7da1ac3878e2f325311a57830fc3eae6851..c838fd20fb51fd19e77e4b139336fa71fefec2c4 100644 (file)
         }
 
         if (/fade/i.test(settings.animation)) {
-                 css.top = $(window).scrollTop() + el.data('css-top') + 'px';
+          css.top = $(window).scrollTop() + el.data('css-top') + 'px';
           var end_css = {opacity: 1};
 
           return setTimeout(function () {