summaryrefslogtreecommitdiff
path: root/ext/js/display/search-action-popup-controller.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/js/display/search-action-popup-controller.js')
-rw-r--r--ext/js/display/search-action-popup-controller.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/js/display/search-action-popup-controller.js b/ext/js/display/search-action-popup-controller.js
index e29ac0f4..e8fb9f1b 100644
--- a/ext/js/display/search-action-popup-controller.js
+++ b/ext/js/display/search-action-popup-controller.js
@@ -16,7 +16,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
-class SearchActionPopupController {
+export class SearchActionPopupController {
constructor(searchPersistentStateController) {
this._searchPersistentStateController = searchPersistentStateController;
}