From 368719c9a8da63a0619f2fb446ea615e097bf2a5 Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 6 Mar 2014 16:51:45 +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 072cc1bde1..609998ba9e 100644 --- a/Roo/bootstrap/Calendar.js +++ b/Roo/bootstrap/Calendar.js @@ -570,7 +570,7 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component, { } Roo.log(this.cells); Roo.each(this.cells.elements, function(c){ - c.elrows = 0; + c.rows = 0; }); Roo.each(this.calevents, function(e) { -- 2.39.2