Merge new-contacts-api

New interface
Contact storage move to plugin
This commit is contained in:
RainLoop Team
2013-12-07 02:07:29 +04:00
44 changed files with 3454 additions and 1012 deletions

View File

@@ -497,7 +497,7 @@ PopupsComposeViewModel.prototype.sendMessageResponse = function (sResult, oData)
else
{
this.sendError(true);
window.alert(Utils.getNotification(oData.ErrorCode ? oData.ErrorCode : Enums.Notification.CantSendMessage));
window.alert(Utils.getNotification(oData && oData.ErrorCode ? oData.ErrorCode : Enums.Notification.CantSendMessage));
}
}
};