Explorar el Código

Merge pull request #1470 from gmorel/master

Missing coma at the end of the file Ressources/public/base.js
Thomas hace 12 años
padre
commit
1a0681ff24
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Resources/public/base.js

+ 1 - 1
Resources/public/base.js

@@ -238,4 +238,4 @@ var Admin = {
             errors.show();
         }
     }
-}
+};