From ac8f7e65dc90327e05fb30fd5b20d56c3799f3d8 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Sun, 17 Sep 2017 12:55:43 +0900 Subject: implement go-root command --- src/operations/index.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/operations') 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', -- cgit v1.2.3