bug 356183 - Typo fix

This commit is contained in:
mattwillis%gmail.com 2006-10-28 18:49:28 +00:00
parent ab2363e145
commit 1758b1b239

View File

@ -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 ];