PreRelease 1.8.3

This commit is contained in:
RainLoop Team 2015-04-13 22:45:09 +04:00
parent 39566292af
commit 0ea982671b
40 changed files with 712 additions and 370 deletions

View file

@ -137,7 +137,7 @@
};
/**
* @returns {boolean}
* @return {boolean}
*/
ActivatePopupView.prototype.validateSubscriptionKey = function ()
{

View file

@ -995,7 +995,7 @@
*
* @param {Array} aList
* @param {boolean} bFriendly
* @returns {string}
* @return {string}
*/
ComposePopupView.prototype.emailArrayToStringLineHelper = function (aList, bFriendly)
{