From aeb0e0f96de7b2f9b5a143c8a900e2349bb0702a Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Sun, 17 Sep 2017 09:26:51 +0900 Subject: rename history navigation --- src/operations/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/operations') 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', -- cgit v1.2.3