riklomas / quicksearch

A jQuery plugin for searching through tables, lists, etc quickly
http://www.lomalogue.com/jquery/quicksearch/
680 stars 261 forks source link

matchedResultsCount is not set properly #49

Open kwolniak opened 12 years ago

kwolniak commented 12 years ago

instead of:

this.matchedResultsCount = numMatchedRows;

i think should be:

options.matchedResultsCount = numMatchedRows;