Ver código fonte

minor formatting

Jorge Vilaça 6 anos atrás
pai
commit
61f3ef7a91
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      build/js/Layout.js

+ 1 - 1
build/js/Layout.js

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