DeuxHuitHuit / quicksearch

A jQuery plugin for searching through DOM Elements quickly
https://www.npmjs.org/package/jquery.quicksearch
Other
135 stars 35 forks source link

fix: noResults element not shown on page-load #23 #24

Closed mariofink closed 8 years ago

mariofink commented 8 years ago

Fixed by removing the call to this.results in the function’s main body. This call seems to be unnecessary, as I could not find any side-effects that this fix might cause.

nitriques commented 8 years ago

Hi!

Thanks!

Can you please submit a PR with a commit that fixes the problem and not a commit with everything already built ? It will be easier to merge.