Skip to content

Commit

Permalink
Fix issue #4 (options arg isn't optional)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasbs committed Jun 11, 2012
1 parent 30f0b57 commit aaf48d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jquery.fastLiveFilter.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

jQuery.fn.fastLiveFilter = function(list, options) {
// Options: input, list, timeout, callback
options = options || {};
list = jQuery(list);
var input = this;
var timeout = options.timeout || 0;
Expand Down

0 comments on commit aaf48d3

Please sign in to comment.