diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-09-17 12:55:43 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-09-17 12:55:43 +0900 |
commit | ac8f7e65dc90327e05fb30fd5b20d56c3799f3d8 (patch) | |
tree | 05cea028a87f067a83d02638f187b92b3ec6ecd9 /src/operations | |
parent | e9863299abf9498c67660e8a97c70ddb090baffe (diff) |
implement go-root command
Diffstat (limited to 'src/operations')
-rw-r--r-- | src/operations/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/operations/index.js b/src/operations/index.js index 493e866..a40123a 100644 --- a/src/operations/index.js +++ b/src/operations/index.js @@ -16,6 +16,7 @@ export default { NAVIGATE_LINK_PREV: 'navigate.link.prev', NAVIGATE_LINK_NEXT: 'navigate.link.next', NAVIGATE_PARENT: 'navigate.parent', + NAVIGATE_ROOT: 'navigate.root', // Background TABS_CLOSE: 'tabs.close', |