зеркало из https://github.com/mozilla/gecko-dev.git
Bug 842460 - Part 3: Update ContactManager. r=gwagner
This commit is contained in:
Родитель
28f315c237
Коммит
7b76ad21a4
|
@ -437,6 +437,13 @@ ContactManager.prototype = {
|
|||
prop.email = [{value: c.email}];
|
||||
}
|
||||
|
||||
// ANR - Additional Number
|
||||
if (c.anr) {
|
||||
for (let i = 0; i < c.anr.length; i++) {
|
||||
prop.tel.push({value: c.anr[i]});
|
||||
}
|
||||
}
|
||||
|
||||
contact.init(prop);
|
||||
return contact;
|
||||
});
|
||||
|
|
Загрузка…
Ссылка в новой задаче