Code refactoring

This commit is contained in:
RainLoop Team 2015-04-06 23:32:19 +04:00
parent ffde4f03a8
commit b7709c8117
21 changed files with 291 additions and 192 deletions

View file

@ -209,11 +209,6 @@
Remote.messageList(Utils.emptyFunction, Cache.getFolderInboxName(), 0, SettingsStore.messagesPerPage(), '', true);
};
AppUser.prototype.reloadMessageListHelper = function (bEmptyList)
{
this.reloadMessageList(bEmptyList);
};
/**
* @param {Function} fResultFunc
* @returns {boolean}
@ -316,7 +311,7 @@
}
}
this.reloadMessageListHelper(0 === MessageStore.messageList().length);
this.reloadMessageList(0 === MessageStore.messageList().length);
this.quotaDebounce();
}
};