diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-01-09 09:30:56 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-01-09 09:30:56 -0800 |
commit | 89070c609645455ac307bd0de918f2b76726dd3a (patch) | |
tree | 266b2586a03968404ef95ac80d284aa5aa0026a7 /ext/fg/js/popup.js | |
parent | 60e23ab42c86fbc74a6e16d6fd29fcc6761bfb36 (diff) |
cleanup
Diffstat (limited to 'ext/fg/js/popup.js')
-rw-r--r-- | ext/fg/js/popup.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/fg/js/popup.js b/ext/fg/js/popup.js index d2c78081..21f4a9d7 100644 --- a/ext/fg/js/popup.js +++ b/ext/fg/js/popup.js @@ -74,10 +74,6 @@ class Popup { this.invokeApi('showTermDefs', {definitions, options}); } - showTermGroupedDefs(definitions, options) { - this.invokeApi('showTermGroupedDefs', {definitions, options}); - } - showKanjiDefs(definitions, options) { this.invokeApi('showKanjiDefs', {definitions, options}); } |