mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 04:58:00 +00:00
use the right constant, one that was actually defined.
This commit is contained in:
parent
27eed313df
commit
8d91ed1daf
@ -698,7 +698,7 @@ calStorageCalendar.prototype = {
|
||||
var itemIsCompleted = false;
|
||||
if (item.todo_complete == 100 ||
|
||||
item.todo_completed != null ||
|
||||
item.ical_status == calITodo.CAL_TODO_STATUS_COMPLETED)
|
||||
item.ical_status == kCalITodo.CAL_TODO_STATUS_COMPLETED)
|
||||
itemIsCompleted = true;
|
||||
|
||||
if (!itemIsCompleted && !wantNotCompletedItems)
|
||||
|
Loading…
x
Reference in New Issue
Block a user