Add at least the familyName, otherwise the library that converts mozContacts to vCards fails

This commit is contained in:
Marco Castelluccio 2014-11-10 22:51:53 +01:00
Родитель 9b27afd782
Коммит 37e76510bd
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -4,6 +4,7 @@
var fakeContacts = [{
id: 1,
name: ["Test Contact 1"],
familyName: ["Contact 1"],
tel: [{
type: ["home"],
pref: true,
@ -20,6 +21,7 @@ var fakeContacts = [{
{
id: 2,
name: ["Test Contact 2"],
familyName: ["Contact 2"],
tel: [{
type: ["home"],
pref: true,