From: Daniel Ruf Date: Wed, 21 Feb 2018 12:28:18 +0000 (+0100) Subject: add missing whitespace to empty line X-Git-Tag: v6.6.0~3^2~295^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=137edac31;p=thirdparty%2Ffoundation%2Ffoundation-sites.git add missing whitespace to empty line --- diff --git a/test/javascript/components/offcanvas.js b/test/javascript/components/offcanvas.js index d5cace800..a03172331 100644 --- a/test/javascript/components/offcanvas.js +++ b/test/javascript/components/offcanvas.js @@ -252,7 +252,7 @@ describe('Off Canvas', function() { plugin.toggle(); }); }); - + describe('keyboard events', function() { it('closes Off Canvas on ESCAPE', function(done) { $html = $(template).appendTo('body');