Release commit

This commit is contained in:
RainLoop Team 2015-01-08 15:40:10 +04:00
parent fe2c122d7c
commit f749d77fff
5 changed files with 8 additions and 6 deletions

View file

@ -226,7 +226,8 @@
*/
RemoteUserStorage.prototype.accountsCounts = function (fCallback)
{
this.defaultRequest(fCallback, 'AccountsCounts');
return !!fCallback; // TODO
// this.defaultRequest(fCallback, 'AccountsCounts');
};
/**