diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-09-17 09:00:41 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-09-17 09:00:41 +0900 |
commit | cd4708898134f5966f87df4aeaa8ed8c60e7943f (patch) | |
tree | db082d9cb2ec426010556dbc24ab439c9757afbd /src/operations | |
parent | c5529958d53146c8c6826673abe6431a19f1924d (diff) | |
parent | 9ae814dfe45426f8df9b89b305392770344a7d50 (diff) |
Merge branch 'lint'
Diffstat (limited to 'src/operations')
-rw-r--r-- | src/operations/index.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/operations/index.js b/src/operations/index.js index 05c7d78..c2db007 100644 --- a/src/operations/index.js +++ b/src/operations/index.js @@ -1,5 +1,5 @@ export default { - // command + // Command COMMAND_OPEN: 'cmd.open', COMMAND_TABS_OPEN: 'cmd.tabs.open', COMMAND_BUFFER: 'cmd.buffer', @@ -14,7 +14,7 @@ export default { HISTORY_PREV: 'history.prev', HISTORY_NEXT: 'history.next', - // background + // Background TABS_CLOSE: 'tabs.close', TABS_REOPEN: 'tabs.reopen', TABS_PREV: 'tabs.prev', @@ -23,4 +23,4 @@ export default { ZOOM_IN: 'zoom.in', ZOOM_OUT: 'zoom.out', ZOOM_NEUTRAL: 'zoom.neutral', -} +}; |