diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-09-17 12:52:24 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-09-17 12:52:24 +0900 |
commit | e9863299abf9498c67660e8a97c70ddb090baffe (patch) | |
tree | da322c6d1cac671da59b34dac884905718503516 /src/operations | |
parent | 0be9776cb3d9033bcd3ae569bec71b300f2d4073 (diff) |
implement go-parent 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 bb19df8..493e866 100644 --- a/src/operations/index.js +++ b/src/operations/index.js @@ -15,6 +15,7 @@ export default { NAVIGATE_HISTORY_NEXT: 'navigate.history.next', NAVIGATE_LINK_PREV: 'navigate.link.prev', NAVIGATE_LINK_NEXT: 'navigate.link.next', + NAVIGATE_PARENT: 'navigate.parent', // Background TABS_CLOSE: 'tabs.close', |