From 2eee4044ec951beab3dd5cfaced899204867214d Mon Sep 17 00:00:00 2001 From: Daniel Ruf Date: Wed, 21 Feb 2018 13:27:41 +0100 Subject: [PATCH] remove whitespace from empty line --- js/foundation.offcanvas.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/foundation.offcanvas.js b/js/foundation.offcanvas.js index c64cb86b6..995bf91d4 100644 --- a/js/foundation.offcanvas.js +++ b/js/foundation.offcanvas.js @@ -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')) { -- 2.47.2