summaryrefslogtreecommitdiff
path: root/public/js/index.js
diff options
context:
space:
mode:
authorYukai Huang2016-12-26 03:38:07 +0000
committerYukai Huang2016-12-26 03:38:07 +0000
commit1e276fb37a4ed8e19234de7192d8593314f53799 (patch)
tree4bd08869984692cc6b914bc602ecb0bb452e8b61 /public/js/index.js
parent8cf849e825e96510c064479bbf89b595e6728511 (diff)
parent99dd10772422b66b7f98f1483b5fa3225e3e86e0 (diff)
Merge branch 'Yukai/#3-vue-setup' into 'frontend-next'
Vue setup See merge request !2
Diffstat (limited to 'public/js/index.js')
-rw-r--r--public/js/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/js/index.js b/public/js/index.js
index 96580fe3..4a466245 100644
--- a/public/js/index.js
+++ b/public/js/index.js
@@ -29,6 +29,7 @@ var DROPBOX_APP_KEY = common.DROPBOX_APP_KEY;
var noteurl = common.noteurl;
var checkLoginStateChanged = common.checkLoginStateChanged;
+var loginStateChangeEvent = common.loginStateChangeEvent;
var extra = require('./extra');
var md = extra.md;