From 61f3ef7a91ade8a4846f760765c11fb61790a38d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Vila=C3=A7a?= Date: Sun, 24 Mar 2019 13:15:36 -0400 Subject: [PATCH] minor formatting --- build/js/Layout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/js/Layout.js b/build/js/Layout.js index 0dd283e0c..bfdaf29d8 100644 --- a/build/js/Layout.js +++ b/build/js/Layout.js @@ -87,7 +87,7 @@ const Layout = (($) => { this.fixLayoutHeight() }) - $(window).resize(() => { + $(window).resize(() => { this.fixLayoutHeight() })