bug fix filtering
This commit is contained in:
@@ -8,6 +8,9 @@ var ItemCollection = Backbone.Collection.extend({
|
||||
this.filters = this.filters || {};
|
||||
this.filters[name] = value;
|
||||
},
|
||||
clearFilter: function() {
|
||||
this.filters = [];
|
||||
},
|
||||
setLimit: function(limit) {
|
||||
this.queryLimit = limit;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user