From 0d9d8c7f546000375fc3b54380cdc97d9681d885 Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 25 Sep 2014 10:44:08 +0800 Subject: [PATCH] Roo/bootstrap/Calendar.js --- Roo/bootstrap/Calendar.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Roo/bootstrap/Calendar.js b/Roo/bootstrap/Calendar.js index 91f6a2668e..9bc48c2279 100644 --- a/Roo/bootstrap/Calendar.js +++ b/Roo/bootstrap/Calendar.js @@ -680,6 +680,7 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component, { this.cells.each(function(c) { c.rows = []; c.more = []; + c.row = 0; }); for (var e = 0; e < this.calevents.length; e++) { -- 2.39.2