From 36967b18397dc7f6414d81584ea37f364195b164 Mon Sep 17 00:00:00 2001
From: toasted-nutbread <toasted-nutbread@users.noreply.github.com>
Date: Sun, 21 Nov 2021 12:34:57 -0500
Subject: General refactoring (#2016)

* Remove // Public comments

* Fix errors

* Remove source parameter from Popup*.setOptionsContext
---
 ext/js/language/dictionary-database.js | 2 --
 1 file changed, 2 deletions(-)

(limited to 'ext/js/language')

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,
-- 
cgit v1.2.3