зеркало из https://github.com/mozilla/gecko-dev.git
Bug 341522: fixed getAttendeeById
This commit is contained in:
Родитель
3304fabe3e
Коммит
6be179d6c9
|
@ -403,7 +403,7 @@ calItemBase.prototype = {
|
|||
getAttendeeById: function (id) {
|
||||
var attendees = this.getAttendees({});
|
||||
for (var i = 0; i < attendees.length; i++)
|
||||
if (this.attendees[i].id == id)
|
||||
if (attendees[i].id == id)
|
||||
return attendees[i];
|
||||
return null;
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче