diff options
Diffstat (limited to 'ext/js/display/search-display-controller.js')
-rw-r--r-- | ext/js/display/search-display-controller.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/js/display/search-display-controller.js b/ext/js/display/search-display-controller.js index c929ceaa..10373597 100644 --- a/ext/js/display/search-display-controller.js +++ b/ext/js/display/search-display-controller.js @@ -64,9 +64,9 @@ class SearchDisplayController { ['focusSearchBox', this._onActionFocusSearchBox.bind(this)] ]); this._registerMessageHandlers([ - ['getMode', {async: false, handler: this._onMessageGetMode.bind(this)}], - ['setMode', {async: false, handler: this._onMessageSetMode.bind(this)}], - ['updateSearchQuery', {async: false, handler: this._onExternalSearchUpdate.bind(this)}] + ['SearchDisplayController.getMode', {async: false, handler: this._onMessageGetMode.bind(this)}], + ['SearchDisplayController.setMode', {async: false, handler: this._onMessageSetMode.bind(this)}], + ['SearchDisplayController.updateSearchQuery', {async: false, handler: this._onExternalSearchUpdate.bind(this)}] ]); this._updateClipboardMonitorEnabled(); |