瀏覽代碼

Merge pull request #1470 from gmorel/master

Missing coma at the end of the file Ressources/public/base.js
Thomas 12 年之前
父節點
當前提交
1a0681ff24
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Resources/public/base.js

+ 1 - 1
Resources/public/base.js

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