Skip to content

Commit

Permalink
fix(search): undefined internal variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lubber-de authored and Sean committed May 7, 2019
1 parent dba3f1c commit 7b89336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/definitions/modules/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ $.fn.search = function(parameters) {
search: {
local: function(searchTerm) {
var
results = module.search.object(searchTerm, settings.content),
results = module.search.object(searchTerm, settings.source),
searchHTML
;
module.set.loading();
Expand Down

0 comments on commit 7b89336

Please sign in to comment.