From 7086a8c5e7affba9094217c4aa2ed58dbcce1341 Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Tue, 11 Oct 2016 11:15:23 +0800 Subject: [PATCH] Fix common.js.example --- public/js/common.js.example | 1 - 1 file changed, 1 deletion(-) diff --git a/public/js/common.js.example b/public/js/common.js.example index c632572..1c6a1c9 100644 --- a/public/js/common.js.example +++ b/public/js/common.js.example @@ -121,4 +121,3 @@ module.exports = { clearLoginState: clearLoginState, checkIfAuth: checkIfAuth }; -}