зеркало из https://github.com/mozilla/pluotsorbet.git
getNext contact if contact is not null and is numberless
This commit is contained in:
Родитель
daf72f9fae
Коммит
868897c802
|
@ -349,7 +349,7 @@ NokiaContactsLocalMsgConnection.prototype.sendMessageToServer = function(message
|
|||
}
|
||||
|
||||
var gotContact = (function(contact) {
|
||||
if (!contact.tel) {
|
||||
if (contact && !contact.tel) {
|
||||
contacts.getNext(gotContact);
|
||||
return;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче