Skip to content

Commit

Permalink
Explain query is available in onSearchQuery
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Jul 28, 2015
1 parent f585d4c commit a8d28c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/definitions/modules/search.js
Expand Up @@ -1076,7 +1076,7 @@ $.fn.search.settings = {
onSelect : false,
onResultsAdd : false,

onSearchQuery : function(){},
onSearchQuery : function(query){},
onResults : function(response){},

onResultsOpen : function(){},
Expand Down

0 comments on commit a8d28c5

Please sign in to comment.