diff options
Diffstat (limited to 'ext/js')
-rw-r--r-- | ext/js/background/environment.js | 1 | ||||
-rw-r--r-- | ext/js/debug/timer.js | 1 | ||||
-rw-r--r-- | ext/js/language/deinflector.js | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/ext/js/background/environment.js b/ext/js/background/environment.js index 5e61a56d..04099ca1 100644 --- a/ext/js/background/environment.js +++ b/ext/js/background/environment.js @@ -15,7 +15,6 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. */ - class Environment { constructor() { this._cachedEnvironmentInfo = null; diff --git a/ext/js/debug/timer.js b/ext/js/debug/timer.js index 7c43efdf..81e3e1b3 100644 --- a/ext/js/debug/timer.js +++ b/ext/js/debug/timer.js @@ -15,7 +15,6 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. */ - class Timer { constructor(name) { this.samples = []; diff --git a/ext/js/language/deinflector.js b/ext/js/language/deinflector.js index 8fee3f01..b6759215 100644 --- a/ext/js/language/deinflector.js +++ b/ext/js/language/deinflector.js @@ -15,7 +15,6 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. */ - class Deinflector { constructor(reasons) { this.reasons = Deinflector.normalizeReasons(reasons); |