mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-24 03:14:17 +00:00
(fix) added missing semicolon
This commit is contained in:
@@ -339,7 +339,7 @@
|
||||
|
||||
Card.prototype.$addScreenName = function(screenName) {
|
||||
this.c_screenname = screenName;
|
||||
}
|
||||
};
|
||||
|
||||
Card.prototype.$addPhone = function(type) {
|
||||
if (angular.isUndefined(this.phones)) {
|
||||
|
||||
Reference in New Issue
Block a user