diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-06-28 20:44:57 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-06-28 20:44:57 +0900 |
commit | e2fb33bdc513385e9d71bc5b3d5068f7db9713d7 (patch) | |
tree | 28d544a6fd2237f5d0ed7809d45d783c18b9261f /src/background/components | |
parent | 03cf265eff0f4866959369531c2a1f5a5a0684b7 (diff) |
fix but failed
Diffstat (limited to 'src/background/components')
-rw-r--r-- | src/background/components/operation.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/background/components/operation.js b/src/background/components/operation.js index 58edb8c..465baf0 100644 --- a/src/background/components/operation.js +++ b/src/background/components/operation.js @@ -28,7 +28,7 @@ export default class BackgroundComponent { } } - // eslint-disable-next-line complexity + // eslint-disable-next-line complexity, max-lines-per-function exec(operation, tab) { let tabState = this.store.getState().tab; |