brianreavis / sifter.js

A library for textually searching arrays and hashes of objects by property (or multiple properties). Designed specifically for autocomplete.
1.09k stars 125 forks source link

Avoid Errors in Internet Explorer 8 if jQuery isn't loaded #34

Closed lucash closed 8 years ago

lucash commented 8 years ago

If jQuery is not loaded before sifter this line previously failed in Internet Explorer 8 with the message "'$' is undefined" instead of using the fallback function.

brianreavis commented 8 years ago

Good catch!