]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
fixed missing jQuery assignment at end 784/head
authorEnigmaSolved <sean@enigmasolved.com>
Sat, 11 Aug 2012 03:16:14 +0000 (00:16 -0300)
committerEnigmaSolved <sean@enigmasolved.com>
Sat, 11 Aug 2012 03:16:14 +0000 (00:16 -0300)
Without this fix the off canvas code falls to run.

vendor/assets/javascripts/foundation/jquery.offcanvas.js

index 7c9918684435d90d378a23dcc05b6292fdf0af1a..d25faeb0c92cea293673f22fae858c1e86c6e47a 100644 (file)
@@ -47,4 +47,4 @@
       $target = $(href);
     $('html, body').animate({scrollTop : $target.offset().top}, 300);
   });
-});
+})( jQuery );