Skip to content

Commit

Permalink
Remove incorrect @returns.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakePT committed Feb 9, 2021
1 parent 553de79 commit d7619b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion assets/js/autosuggest.js
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,6 @@ function checkForOrderedPosts(hits, searchTerm) {
*
* @param {boolean} isLoading - whether suggestions are loading
* @param {Node} input - search input field
* @returns {boolean} returns true
*/
function setFormIsLoading(isLoading, input) {
const form = input.closest('form');
Expand Down
2 changes: 1 addition & 1 deletion dist/js/autosuggest-script.min.js.map

Large diffs are not rendered by default.

0 comments on commit d7619b3

Please sign in to comment.