From b6e5153c1f67a68434ad3db7d3726f129cc14aa4 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Wed, 13 Sep 2017 21:23:55 +0900 Subject: move background actions to operations --- src/operations/index.js | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/operations/index.js (limited to 'src/operations') diff --git a/src/operations/index.js b/src/operations/index.js new file mode 100644 index 0000000..16c05f2 --- /dev/null +++ b/src/operations/index.js @@ -0,0 +1,10 @@ +export default { + TABS_CLOSE: 'tabs.close', + TABS_REOPEN: 'tabs.reopen', + TABS_PREV: 'tabs.prev', + TABS_NEXT: 'tabs.next', + TABS_RELOAD: 'tabs.reload', + ZOOM_IN: 'zoom.in', + ZOOM_OUT: 'zoom.out', + ZOOM_NEUTRAL: 'zoom.neutral', +} -- cgit v1.2.3