Skip to content

Commit

Permalink
Fix voor #400
Browse files Browse the repository at this point in the history
  • Loading branch information
milovanderlinden committed Oct 15, 2015
1 parent 80b4864 commit c301c55
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions public/js/libs/jquery.typeahead.js
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,6 @@
}
utils.each(shortestList, function(i, id) {
var item = that.itemHash[id], isCandidate, isMatch;

isCandidate = utils.every(lists, function(list) {
return ~utils.indexOf(list, id);
});
Expand All @@ -507,7 +506,6 @@
});
isMatch && suggestions.push(item);
});
console.log("suggestions.length" + suggestions.length);
return suggestions;
},
initialize: function() {
Expand Down

0 comments on commit c301c55

Please sign in to comment.