Roo/data/Store.js
authoredward <edward@roojs.com>
Mon, 9 Nov 2015 07:47:04 +0000 (15:47 +0800)
committeredward <edward@roojs.com>
Mon, 9 Nov 2015 07:47:04 +0000 (15:47 +0800)
Roo/data/Store.js

index 2e1ffc8..1258007 100644 (file)
@@ -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);