]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Added missing semicolon. 9261/head
authorMarius Olbertz <marius.olbertz@gmail.com>
Sat, 22 Oct 2016 16:14:02 +0000 (18:14 +0200)
committerMarius Olbertz <marius.olbertz@gmail.com>
Sat, 22 Oct 2016 16:14:02 +0000 (18:14 +0200)
js/foundation.offcanvas.js

index f62ebcae583826f45b80c7404497c28c1a5ef734..95e85a472e23ec2181f895b9d4240b7aa68e5d84 100644 (file)
@@ -154,7 +154,7 @@ class OffCanvas {
    */
   open(event, trigger) {
     if (this.$element.hasClass('is-open') || this.isRevealed) { return; }
-    var _this = this
+    var _this = this;
 
     if (this.options.forceTop) {
       $('body').scrollTop(0);