From 5c38ba1c99d78aa93334de8a21ba604bb3b850c8 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 10 Apr 2014 09:22:18 +0800 Subject: [PATCH] Roo/grid/Calendar.js --- Roo/grid/Calendar.js | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/Roo/grid/Calendar.js b/Roo/grid/Calendar.js index 3c7c799c20..6f84cc3251 100644 --- a/Roo/grid/Calendar.js +++ b/Roo/grid/Calendar.js @@ -903,19 +903,7 @@ Roo.extend(Roo.grid.Calendar, Roo.grid.Grid, { this.addItem(d); - - // other than the 'required' coluns, we should just pass the data from the store. - - - /*cal.addItem({ - id : d.data.id, - start: new Date(d.data.start_dt), - end : new Date(d.data.end_dt), - time : d.data.start_time, - title : d.data.title, - description : d.data.description, - venue : d.data.venue - });*/ + },this); } -- 2.39.2