Added missing doc

This commit is contained in:
alistair3149 2019-12-31 13:46:11 -05:00
parent 6f3a161433
commit 12f6a69d09
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -242,6 +242,7 @@ window.WMTypeAhead = function ( appendTo, searchInput ) {
/** /**
* Card displayed if no results could be found * Card displayed if no results could be found
* @param {string} searchString - The search string.
* @returns {string} * @returns {string}
*/ */
function getNoResultsIndicator( searchString ) { function getNoResultsIndicator( searchString ) {