Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multifilter() does not exist #2

Open
halcyonandon opened this issue Feb 17, 2014 · 3 comments
Open

Multifilter() does not exist #2

halcyonandon opened this issue Feb 17, 2014 · 3 comments

Comments

@halcyonandon
Copy link

there are no reliable examples of Multifilter() being used in the tests. The example provided does not work.

@halcyonandon
Copy link
Author

I attempted the following:

      var filters = {
          isSomething: function(model) {
              return model.get('something') == true;
          }
      };
      App.results = new ResultsCollection();
      App.results = new Backbone.CF(App.results, filters);

But Received TypeError: t is not a function

@halcyonandon
Copy link
Author

When I run your tests, the comparator fails:

comparator
should have a comparator ‣
AssertionError: expected [Function] to equal [Function]

@halcyonandon
Copy link
Author

Seems multifilter is the issue... don't worry about jumping on this or anything, I just wrote my own thing instead.
This does not seem like a stable 1.0 release from what I've seen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant