diff options
author | Daniel Campoverde <alx@sillybytes.net> | 2017-10-29 20:48:22 -0500 |
---|---|---|
committer | Daniel Campoverde <alx@sillybytes.net> | 2017-10-29 20:48:22 -0500 |
commit | a2651f617f2b1aebd8d12eb868fcbcd5303ed6ea (patch) | |
tree | 74ff9ff4593f4f5d8231750b21e1226e2ae7875a /src/shared | |
parent | aeebdcd3ef10bc3a15b6bc000189e0b5774be0e9 (diff) |
Add TAB_FIRST operation
Diffstat (limited to 'src/shared')
-rw-r--r-- | src/shared/operations.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/operations.js b/src/shared/operations.js index d5c2985..6f4908a 100644 --- a/src/shared/operations.js +++ b/src/shared/operations.js @@ -36,6 +36,7 @@ export default { TAB_REOPEN: 'tabs.reopen', TAB_PREV: 'tabs.prev', TAB_NEXT: 'tabs.next', + TAB_FIRST: 'tabs.first', TAB_RELOAD: 'tabs.reload', // Zooms |