diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-09-17 09:26:51 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-09-17 09:26:51 +0900 |
commit | aeb0e0f96de7b2f9b5a143c8a900e2349bb0702a (patch) | |
tree | 32ae863a6af7472b20c3380f7ba5e060651e4985 /src/operations | |
parent | ae317113e76b593949385102e6bea16e50c16ce5 (diff) |
rename history navigation
Diffstat (limited to 'src/operations')
-rw-r--r-- | src/operations/index.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/operations/index.js b/src/operations/index.js index c2db007..6d8cc7e 100644 --- a/src/operations/index.js +++ b/src/operations/index.js @@ -11,8 +11,8 @@ export default { SCROLL_LEFT: 'scroll.left', SCROLL_RIGHT: 'scroll.right', FOLLOW_START: 'follow.start', - HISTORY_PREV: 'history.prev', - HISTORY_NEXT: 'history.next', + NAVIGATE_HISTORY_PREV: 'navigate.history.prev', + NAVIGATE_HISTORY_NEXT: 'navigate.history.next', // Background TABS_CLOSE: 'tabs.close', |