Explorar el Código

minor formatting

Jorge Vilaça hace 6 años
padre
commit
61f3ef7a91
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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()
       })