New plugins hooks (contacts suggections).

This commit is contained in:
RainLoop Team 2013-12-12 19:06:32 +04:00
parent a69d3150ea
commit a3654a3beb
3 changed files with 44 additions and 18 deletions

View file

@ -12,9 +12,6 @@ function RainLoopApp()
this.oRemote = null;
this.oCache = null;
this.iSuggestionsLimit = Utils.pInt(this.settingsGet('SuggestionsLimit'));
this.iSuggestionsLimit = 0 === this.iSuggestionsLimit ? 20 : this.iSuggestionsLimit;
this.quotaDebounce = _.debounce(this.quota, 1000 * 30);
$.wakeUp(function () {