]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
remove whitespace from empty line
authorDaniel Ruf <daniel.ruf@ueberbit.de>
Wed, 21 Feb 2018 12:27:41 +0000 (13:27 +0100)
committerDaniel Ruf <daniel.ruf@ueberbit.de>
Wed, 21 Feb 2018 12:27:41 +0000 (13:27 +0100)
js/foundation.offcanvas.js

index c64cb86b61c8cfebb8f6ff5876cee4d86106b8ba..995bf91d4036568f3e865a33f5dbd0cb6faa64f8 100644 (file)
@@ -327,7 +327,7 @@ class OffCanvas extends Plugin {
     if (this.options.closeOnClick === true && this.options.contentOverlay === true) {
       this.$overlay.addClass('is-closable');
     }
-    
+
     if (this.options.autoFocus === true) {
       this.$element.one(transitionend(this.$element), function() {
         if (!_this.$element.hasClass('is-open')) {