You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 6, 2019. It is now read-only.
The PR #14 would fix it. It's related to Underscore 1.7.0's breaking change to _.extend to iterate over own-properties only of source objects (aligns with Lo-Dash/ ES6 Object.assign).
It looks like the basic pourover example found at this url is broken with the latest underscore.js (1.7.0) and pourover.js.
Specifically, adding filters to a collection:
collection.addFilters([mythology_filter, gender_filter, hobbies_filter]);
returns: "Uncaught TypeError: undefined is not a function"
Update: I was able to reproduce the error in both chrome and firefox.
The text was updated successfully, but these errors were encountered: