Roo/util/MixedCollection.js
authoredward <edward@roojs.com>
Mon, 9 Nov 2015 05:59:14 +0000 (13:59 +0800)
committeredward <edward@roojs.com>
Mon, 9 Nov 2015 05:59:14 +0000 (13:59 +0800)
Roo/util/MixedCollection.js

index 1aa6e31..7b90290 100644 (file)
@@ -485,7 +485,7 @@ mc.add(otherEl);
      * @param {Object} scope (optional) The scope of the function (defaults to this) 
      * @return {MixedCollection} The new filtered collection
      */
-    filterBy : function(fn, scope){
+    filterBy : function(fn, scope, anyMatch){
         Roo.log(fn);
         Roo.log(scope);
         var r = new Roo.util.MixedCollection();