Browse Source

minor formatting

Jorge Vilaça 6 years ago
parent
commit
61f3ef7a91
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build/js/Layout.js

+ 1 - 1
build/js/Layout.js

@@ -87,7 +87,7 @@ const Layout = (($) => {
           this.fixLayoutHeight()
           this.fixLayoutHeight()
         })
         })
 
 
-      $(window).resize(() => {        
+      $(window).resize(() => {
         this.fixLayoutHeight()
         this.fixLayoutHeight()
       })
       })