diff --git a/UI/WebServerResources/js/Contacts/Card.service.js b/UI/WebServerResources/js/Contacts/Card.service.js index 0f4385ff2..52634135b 100644 --- a/UI/WebServerResources/js/Contacts/Card.service.js +++ b/UI/WebServerResources/js/Contacts/Card.service.js @@ -339,7 +339,7 @@ Card.prototype.$addScreenName = function(screenName) { this.c_screenname = screenName; - } + }; Card.prototype.$addPhone = function(type) { if (angular.isUndefined(this.phones)) {