From f23623ecac0c7ed230a92db1ebf42b8c5597ae44 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 10 Apr 2014 10:30:45 +0800 Subject: [PATCH] Roo/grid/Calendar.js --- Roo/grid/Calendar.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Roo/grid/Calendar.js b/Roo/grid/Calendar.js index aaa9fa5259..8147ecadf5 100644 --- a/Roo/grid/Calendar.js +++ b/Roo/grid/Calendar.js @@ -794,7 +794,7 @@ Roo.extend(Roo.grid.Calendar, Roo.grid.Grid, { },this); e.els = []; } - } + }, renderEvent : function(ev,ctr) { @@ -802,10 +802,10 @@ Roo.extend(Roo.grid.Calendar, Roo.grid.Grid, { ctr = this.view.el.select('.fc-event-container',true).first(); } - if (ev.els) { - this.clearEvent(ev); + + this.clearEvent(ev); //code - } + ev.els = []; -- 2.39.2