diff options
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', |