From 9f7a6a3c27b74837c6bd5e66619d6482af58be8d Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 25 Sep 2014 14:31:28 +0800 Subject: [PATCH] Roo/bootstrap/Calendar.js --- Roo/bootstrap/Calendar.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Roo/bootstrap/Calendar.js b/Roo/bootstrap/Calendar.js index b46c234baa..58b52f8ccd 100644 --- a/Roo/bootstrap/Calendar.js +++ b/Roo/bootstrap/Calendar.js @@ -652,17 +652,6 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component, { cells[0].events.push(ev); -// if((typeof(cells[0].events) == 'undefined')){ -// cells[0].events = []; -// } -// -// cells[0].events.push(ev); -// ev.rendered = false; -// for (var i = 0; i < cells.length;i++) { -// cells[i].rows = Math.max(cells[i].rows || 0 , ev.row + 1 ); -// -// } - this.calevents.push(ev); }, -- 2.39.2