aboutsummaryrefslogtreecommitdiff
path: root/src/operations
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2017-09-17 12:52:24 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2017-09-17 12:52:24 +0900
commite9863299abf9498c67660e8a97c70ddb090baffe (patch)
treeda322c6d1cac671da59b34dac884905718503516 /src/operations
parent0be9776cb3d9033bcd3ae569bec71b300f2d4073 (diff)
implement go-parent command
Diffstat (limited to 'src/operations')
-rw-r--r--src/operations/index.js1
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',