Skip to content
Snippets Groups Projects
Commit e5544ed5 authored by totten's avatar totten
Browse files

crm.backbone.js - Dial-down the delay on propagating changes from...

crm.backbone.js - Dial-down the delay on propagating changes from crmCriteriaModel to the collection
parent 6bc90ee8
No related branches found
No related tags found
No related merge requests found
...@@ -338,7 +338,7 @@ ...@@ -338,7 +338,7 @@
debouncedFetch: _.debounce(function() { debouncedFetch: _.debounce(function() {
this.fetch({reset: true}); this.fetch({reset: true});
}, 500), }, 100),
/** /**
* Reconcile the server's collection with the client's collection. * Reconcile the server's collection with the client's collection.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment