diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-08-18 21:33:30 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-08-18 21:33:30 -0700 |
commit | 112bf36f88beff12e8196542444c531f1493c6ee (patch) | |
tree | 90611d57db63b111f5454869f1b898f7f0b75075 /ext/bg | |
parent | 30fe3d250646e0993cc49a7ef6b783eee206d043 (diff) |
cleanup
Diffstat (limited to 'ext/bg')
-rw-r--r-- | ext/bg/js/api.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/bg/js/api.js b/ext/bg/js/api.js index 4676e2dc..96147d95 100644 --- a/ext/bg/js/api.js +++ b/ext/bg/js/api.js @@ -85,8 +85,6 @@ async function apiDefinitionsAddable(definitions, modes) { states.push(state); } - - return states; } catch (e) { // NOP } |