From 459772a8ef79ac0adeaeba56577972e86074265e Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Tue, 23 Dec 2014 01:26:03 +0100 Subject: web: squash bugs --- web/src/js/store/view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/src/js/store') diff --git a/web/src/js/store/view.js b/web/src/js/store/view.js index 4dba09e9..2b80292a 100644 --- a/web/src/js/store/view.js +++ b/web/src/js/store/view.js @@ -35,7 +35,7 @@ _.extend(StoreView.prototype, EventEmitter.prototype, { }, recalculate: function (filt, sortfun) { if (filt) { - this.filt = filt; + this.filt = filt.bind(this); } if (sortfun) { this.sortfun = sortfun.bind(this); -- cgit v1.2.3