From c3f274767ded9651642498a2192fa86081036c3f Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 25 Sep 2014 11:33:37 +0800 Subject: [PATCH] Roo/bootstrap/Calendar.js --- Roo/bootstrap/Calendar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/bootstrap/Calendar.js b/Roo/bootstrap/Calendar.js index dd1ce7b1c1..5e1644a329 100644 --- a/Roo/bootstrap/Calendar.js +++ b/Roo/bootstrap/Calendar.js @@ -696,7 +696,7 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component, { var cells = ev.cells; var rows = ev.rows; Roo.log(cells); - for (var j = 0; j <= cells.length; j++){ + for (var j = 0; j < cells.length; j++){ if(!cells[j].more.length){ cells[j].row++; -- 2.39.2