diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-11-05 13:17:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-05 13:17:40 +0000 |
commit | b3b017a123516096dd7be05695f7a71da3b808cc (patch) | |
tree | 76454e190c9539d5c4b55facfef7b207d357b445 /src/shared/operations.js | |
parent | 7cdbe310c123587e6cd528f9de2595166c24d66c (diff) | |
parent | 12f960fe3504f8e4e7d6b48b2907af1cb19ac60c (diff) |
Merge pull request #113 from alx741/tabs
Add Tabs first/last selectors
Diffstat (limited to 'src/shared/operations.js')
-rw-r--r-- | src/shared/operations.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/operations.js b/src/shared/operations.js index d5c2985..1519e90 100644 --- a/src/shared/operations.js +++ b/src/shared/operations.js @@ -36,6 +36,8 @@ export default { TAB_REOPEN: 'tabs.reopen', TAB_PREV: 'tabs.prev', TAB_NEXT: 'tabs.next', + TAB_FIRST: 'tabs.first', + TAB_LAST: 'tabs.last', TAB_RELOAD: 'tabs.reload', // Zooms |