mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
bug 356183 - Typo fix
This commit is contained in:
parent
ab2363e145
commit
1758b1b239
@ -718,11 +718,11 @@ calDavCalendar.prototype = {
|
||||
items = [ item ];
|
||||
}
|
||||
rv = Components.results.NS_OK;
|
||||
} else if (item.instanceof Ci.calIEvent) {
|
||||
} else if (item instanceof Ci.calIEvent) {
|
||||
iid = Ci.calIEvent;
|
||||
rv = Components.results.NS_OK;
|
||||
items = [ item ];
|
||||
} else if (item.instanceof Ci.calITodo) {
|
||||
} else if (item instanceof Ci.calITodo) {
|
||||
iid = Ci.calITodo;
|
||||
rv = Components.results.NS_OK;
|
||||
items = [ item ];
|
||||
|
Loading…
Reference in New Issue
Block a user