jmorrell / backbone.obscura

A read-only proxy of a Backbone.Collection that can be filtered, sorted, and paginated.
http://jmorrell.github.io/backbone.obscura/
MIT License
107 stars 19 forks source link

.filterBy doesn't match the naming scheme #5

Closed jmorrell closed 10 years ago

jmorrell commented 11 years ago

Should probably be .setFilter to match the other method names: https://github.com/jmorrell/backbone.obscura#api

jmorrell commented 11 years ago

It's not hurting anything for now and is a breaking change. I'll batch this in with other breaking changes if they come up soon.