Bug 483643 - Fix warning for undeclared variable gCalItemsArrayFound. r=dbo

This commit is contained in:
Martin Schroeder 2009-06-03 21:29:20 +02:00
Родитель 37568d59aa
Коммит 7920e8f544
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -136,7 +136,7 @@ const ltnOnItipItem = {
} catch (e) {
// This will throw on every message viewed that doesn't have the
// itipItem property set on it. So we eat the errors and move on.
// XXX TODO: Only swallow the errors we need to. Throw all others.
}
if (!itipItem) {
@ -230,7 +230,6 @@ function ltnImipOnUnload() {
removeEventListener("messagepane-unloaded", ltnImipOnUnload, true);
gItipItem = null;
gCalItemsArrayFound = [];
cal.getObserverService().removeObserver(ltnOnItipItem, "onItipItemCreation");
}