]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
clean: remove comment about a resolved bug in Magellan tests 11058/head
authorNicolas Coden <nicolas@ncoden.fr>
Sun, 4 Mar 2018 22:51:10 +0000 (23:51 +0100)
committerDaniel Ruf <daniel.ruf@ueberbit.de>
Thu, 15 Mar 2018 10:03:38 +0000 (11:03 +0100)
https://github.com/zurb/foundation-sites/pull/10906

test/javascript/components/magellan.js

index 8e70b727f2227d5c3023fcd992a6ac8534eb1e79..243c201ffc6f4b32b9487b51fa1ee8a777970b6b 100644 (file)
@@ -55,7 +55,7 @@ describe('Magellan', function() {
       // Jump to last section
       var target = $html.find('a').eq(-1).attr('href');
       plugin.scrollToLoc(target);
-      // The `update` event doesn't work properly because it fires too often
+
       setTimeout(function() {
         var isInViewport = false;
         if ($content.find('div').eq(-1).offset().top > $('body').scrollTop() && $content.offset().top < $('body').scrollTop() + $('body').innerHeight()) {