diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-11-21 12:34:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-21 12:34:57 -0500 |
commit | 36967b18397dc7f6414d81584ea37f364195b164 (patch) | |
tree | 80d5bf157b2887a640b9e6dce3fb5403cae4a35f /ext/js/language/dictionary-database.js | |
parent | 3c798ae36d1181a57de59f03bcf10d3bf7fc9577 (diff) |
General refactoring (#2016)
* Remove // Public comments
* Fix errors
* Remove source parameter from Popup*.setOptionsContext
Diffstat (limited to 'ext/js/language/dictionary-database.js')
-rw-r--r-- | ext/js/language/dictionary-database.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/js/language/dictionary-database.js b/ext/js/language/dictionary-database.js index 50435c51..25adb571 100644 --- a/ext/js/language/dictionary-database.js +++ b/ext/js/language/dictionary-database.js @@ -37,8 +37,6 @@ class DictionaryDatabase { this._createMediaBind = this._createMedia.bind(this); } - // Public - async prepare() { await this._db.open( this._dbName, |