Roo/grid/Calendar.js
authorAlan Knowles <alan@roojs.com>
Thu, 10 Apr 2014 01:22:18 +0000 (09:22 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 10 Apr 2014 01:22:18 +0000 (09:22 +0800)
Roo/grid/Calendar.js

index 3c7c799..6f84cc3 100644 (file)
@@ -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);
         }