diff options
author | siikamiika <siikamiika@users.noreply.github.com> | 2020-02-13 01:59:26 +0200 |
---|---|---|
committer | siikamiika <siikamiika@users.noreply.github.com> | 2020-02-13 01:59:26 +0200 |
commit | df37acd17f9459c17185552f11dc4cc424e01958 (patch) | |
tree | 4d427883d97bb3d95cc42d17f780825b6b7c692f /ext/bg | |
parent | 93eaee9765c7478ee5ad7485d664b86acf3d4510 (diff) |
rename display initialize methods to prepare
Diffstat (limited to 'ext/bg')
-rw-r--r-- | ext/bg/js/search.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/js/search.js b/ext/bg/js/search.js index 6641255f..86ed675a 100644 --- a/ext/bg/js/search.js +++ b/ext/bg/js/search.js @@ -47,7 +47,7 @@ class DisplaySearch extends Display { async prepare() { try { - await this.initialize(); + await super.prepare(); await this.queryParser.prepare(); |