rename history navigation

This commit is contained in:
Shin'ya Ueoka 2017-09-17 09:26:51 +09:00
parent ae317113e7
commit aeb0e0f96d
5 changed files with 17 additions and 17 deletions

View file

@ -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',