From b404c755892da9edb7d6de5f0b8c480537de08f5 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Tue, 13 Apr 2010 00:38:54 +0200 Subject: [PATCH] Need typeof here. --- kronolith/js/kronolith.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kronolith/js/kronolith.js b/kronolith/js/kronolith.js index 73948c135..be9121a13 100644 --- a/kronolith/js/kronolith.js +++ b/kronolith/js/kronolith.js @@ -4108,7 +4108,7 @@ KronolithCore = { { this.closeRedBox(); - if (Object.isUndefined(kronolithETagAc)) { + if (typeof kronolithETagAc == 'undefined') { this.editEvent.bind(this, calendar, id, date).defer(); return; } -- 2.11.0