Browse Source

Merge pull request #1470 from gmorel/master

Missing coma at the end of the file Ressources/public/base.js
Thomas 12 years ago
parent
commit
1a0681ff24
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Resources/public/base.js

+ 1 - 1
Resources/public/base.js

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