Roo/data/Store.js
authoredward <edward@roojs.com>
Mon, 9 Nov 2015 06:18:26 +0000 (14:18 +0800)
committeredward <edward@roojs.com>
Mon, 9 Nov 2015 06:18:26 +0000 (14:18 +0800)
Roo/data/Store.js

index 88254ec..a9bad7f 100644 (file)
@@ -584,6 +584,7 @@ Roo.extend(Roo.data.Store, Roo.util.Observable, {
      * @param {Boolean} anyMatch True to match any part not just the beginning
      */
     filter : function(property, value, anyMatch){
+        Roo.log(property);
         var fn = this.createFilterFn(property, value, anyMatch);
         return fn ? this.filterBy(fn) : this.clearFilter();
     },