(fix) added missing semicolon

pull/101/head^2
Ludovic Marcotte 2015-11-27 11:22:50 -05:00
parent adb3c3a0e6
commit ba7670ad59
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@
Card.prototype.$addScreenName = function(screenName) {
this.c_screenname = screenName;
}
};
Card.prototype.$addPhone = function(type) {
if (angular.isUndefined(this.phones)) {