From d52f786d86a875e5ba01bceaf8084ddaa56aaca1 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Wed, 8 Apr 2009 23:35:56 +0200 Subject: [PATCH] Don't ask. --- kronolith/js/src/kronolith.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kronolith/js/src/kronolith.js b/kronolith/js/src/kronolith.js index 640a80fcc..acda21039 100644 --- a/kronolith/js/src/kronolith.js +++ b/kronolith/js/src/kronolith.js @@ -724,7 +724,7 @@ KronolithCore = { // The day and week views require the view to be completely // loaded, to correctly calculate the dimensions. if (this.viewLoading || this.view != view) { - this._insertEvents.bind(this, dates, view, calendar).defer(); + this._insertEvents.bind(this, [dates[0].clone(), dates[1].clone()], view, calendar).defer(); return; } } -- 2.11.0