diff --git a/resources/scripts/wm-typeahead.js b/resources/scripts/wm-typeahead.js index a858f4ac..fa4ceabd 100644 --- a/resources/scripts/wm-typeahead.js +++ b/resources/scripts/wm-typeahead.js @@ -242,6 +242,7 @@ window.WMTypeAhead = function ( appendTo, searchInput ) { /** * Card displayed if no results could be found + * @param {string} searchString - The search string. * @returns {string} */ function getNoResultsIndicator( searchString ) {