diff options
author | Yukai Huang | 2016-10-11 11:15:23 +0800 |
---|---|---|
committer | Yukai Huang | 2016-10-11 11:15:23 +0800 |
commit | 7086a8c5e7affba9094217c4aa2ed58dbcce1341 (patch) | |
tree | cde10469a71c236657540144b329a0f2d526c1d1 /public/js/common.js.example | |
parent | 20f2e27350dba2f77199b434a4c236073f1aae04 (diff) |
Fix common.js.example
Diffstat (limited to '')
-rw-r--r-- | public/js/common.js.example | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/public/js/common.js.example b/public/js/common.js.example index c6325721..1c6a1c9c 100644 --- a/public/js/common.js.example +++ b/public/js/common.js.example @@ -121,4 +121,3 @@ module.exports = { clearLoginState: clearLoginState, checkIfAuth: checkIfAuth }; -} |