diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-09-17 13:27:35 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-09-17 13:27:35 +0900 |
commit | 78233b25b76df55d519f1d9082267aba876b4835 (patch) | |
tree | 05cea028a87f067a83d02638f187b92b3ec6ecd9 /src/operations/index.js | |
parent | ae317113e76b593949385102e6bea16e50c16ce5 (diff) | |
parent | ac8f7e65dc90327e05fb30fd5b20d56c3799f3d8 (diff) |
Merge branch 'pagenation-and-navigation'
Diffstat (limited to 'src/operations/index.js')
-rw-r--r-- | src/operations/index.js | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/operations/index.js b/src/operations/index.js index c2db007..a40123a 100644 --- a/src/operations/index.js +++ b/src/operations/index.js @@ -11,8 +11,12 @@ 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', + NAVIGATE_LINK_PREV: 'navigate.link.prev', + NAVIGATE_LINK_NEXT: 'navigate.link.next', + NAVIGATE_PARENT: 'navigate.parent', + NAVIGATE_ROOT: 'navigate.root', // Background TABS_CLOSE: 'tabs.close', |