Bug 734245 - Fix typo in nextOccurrences. r=philipp

This commit is contained in:
Matthew Mecca 2012-12-08 12:36:20 -05:00
Родитель 5e9c3fe2da
Коммит 02f35a93bc
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -352,7 +352,7 @@ calRecurrenceInfo.prototype = {
let isInExceptionMap = this.mExceptionMap[getRidKey(nextOccurrences[i]).substring(0,8)] ||
this.mExceptionMap[getRidKey(nextOccurrences[i])];
let isInNegMap = negMap[getRidKey(nextOccurrences[i]).substring(0,8)] ||
negMap[getRidKey(nextOccurences[i])];
negMap[getRidKey(nextOccurrences[i])];
let nextKey = getRidKey(nextOccurrences[i]);
if (nextKey && (isInNegMap || isInExceptionMap)) {
// If the found recurrence id points to either an exception