From 41bfa4fd5c351ec149294d731cf36f3af884ceea Mon Sep 17 00:00:00 2001 From: edward Date: Mon, 9 Nov 2015 15:47:04 +0800 Subject: [PATCH] Roo/data/Store.js --- Roo/data/Store.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/data/Store.js b/Roo/data/Store.js index 2e1ffc886d..1258007059 100644 --- a/Roo/data/Store.js +++ b/Roo/data/Store.js @@ -583,7 +583,7 @@ Roo.extend(Roo.data.Store, Roo.util.Observable, { * should start with or a RegExp to test against the field * @param {Boolean} anyMatch True to match any part not just the beginning */ - filter : function(property, value, anyMatch, parent){ + filter : function(property, value, anyMatch){ if(typeof(property) == 'string'){ var fn = this.createFilterFn(property, value, anyMatch); -- 2.39.2