aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/js
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-10-12 15:00:39 -0400
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-10-12 15:31:29 -0400
commit537d2ef532aa7b7498de13ab039bd23f28d32714 (patch)
tree6cf3db9c0e2b58809d4c77a923af9841d26d68ff /ext/bg/js
parent6da76835524fbf6b95902f06822d77c54ccf735b (diff)
Remove Display.dependencies
Diffstat (limited to 'ext/bg/js')
-rw-r--r--ext/bg/js/search.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/bg/js/search.js b/ext/bg/js/search.js
index 80519f4a..1d780d70 100644
--- a/ext/bg/js/search.js
+++ b/ext/bg/js/search.js
@@ -31,8 +31,6 @@ class DisplaySearch extends Display {
this.intro = document.querySelector('#intro');
this.introVisible = true;
this.introAnimationTimer = null;
-
- this.dependencies = Object.assign({}, this.dependencies, {docRangeFromPoint, docSentenceExtract});
}
static create() {