crm.backbone.js - Dial-down the delay on propagating changes from crmCriteriaModel...
authorTim Otten <totten@civicrm.org>
Mon, 20 Jan 2014 11:22:10 +0000 (03:22 -0800)
committerTim Otten <totten@civicrm.org>
Mon, 20 Jan 2014 11:22:10 +0000 (03:22 -0800)
js/crm.backbone.js

index 4913abfbe9d114a4f328e01796ad8f36895ff50d..647d70c735a9a9aa635d7102fd9bda03e3825329 100644 (file)
 
       debouncedFetch: _.debounce(function() {
         this.fetch({reset: true});
-      }, 500),
+      }, 100),
 
       /**
        * Reconcile the server's collection with the client's collection.