diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-08-05 19:11:06 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-08-05 19:11:06 -0700 |
commit | dfecef1f23435c933237794de6665f6fbacf90ec (patch) | |
tree | 5f14e45c7a569ec9850813bde0f3f6d829927680 /ext/bg/js/backend.js | |
parent | 8e1c6776d1a6149c222ac0bda6b7b0d373453d11 (diff) |
more cleanup
Diffstat (limited to 'ext/bg/js/backend.js')
-rw-r--r-- | ext/bg/js/backend.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/js/backend.js b/ext/bg/js/backend.js index 6b345e6d..1c058433 100644 --- a/ext/bg/js/backend.js +++ b/ext/bg/js/backend.js @@ -36,7 +36,7 @@ window.yomichan_backend = new class { } } - optionsSet(options) { + onOptionsUpdated(options) { this.options = options; if (!options.general.enable) { |