summaryrefslogtreecommitdiff
path: root/public/js/lib/appState.js
diff options
context:
space:
mode:
authorMax Wu2017-05-14 17:42:14 +0800
committerGitHub2017-05-14 17:42:14 +0800
commitc37b6669158750ab2222e81a5a8fc3a5c8c353f5 (patch)
tree8e96eb37c1715f860a698d5e7eeb2381b00af9d8 /public/js/lib/appState.js
parent0c619fee91ac5b7dbacf60244c9f6fec6ed62ba7 (diff)
parentf85d1d880114b6787fdb2bac488341776deaad3d (diff)
Merge branch 'master' into BackendRefactor
Diffstat (limited to 'public/js/lib/appState.js')
-rw-r--r--public/js/lib/appState.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/public/js/lib/appState.js b/public/js/lib/appState.js
new file mode 100644
index 00000000..fb8030e1
--- /dev/null
+++ b/public/js/lib/appState.js
@@ -0,0 +1,8 @@
+import modeType from './modeType'
+
+let state = {
+ syncscroll: true,
+ currentMode: modeType.view
+}
+
+export default state