summaryrefslogtreecommitdiff
path: root/public/js/lib/editor
diff options
context:
space:
mode:
authorYukai Huang2017-04-12 09:21:13 +0800
committerYukai Huang2017-05-07 20:38:22 +0800
commit4839838d0cdfca29a9e87fcf966ec026ee99a14f (patch)
tree9427add30e87fbd2d8b8a62809b07c34c9d37ff9 /public/js/lib/editor
parent0e9afde5fa87d7039d4cebd43e5613541c56849a (diff)
Manage syncscroll / currentMode in appState
Diffstat (limited to 'public/js/lib/editor')
-rw-r--r--public/js/lib/editor/modeType.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/public/js/lib/editor/modeType.js b/public/js/lib/editor/modeType.js
deleted file mode 100644
index f3212105..00000000
--- a/public/js/lib/editor/modeType.js
+++ /dev/null
@@ -1,11 +0,0 @@
-export default {
- edit: {
- name: 'edit'
- },
- view: {
- name: 'view'
- },
- both: {
- name: 'both'
- }
-}