Roo/calendar/View.js
authorEdward <edward@roojs.com>
Wed, 9 Apr 2014 04:45:46 +0000 (12:45 +0800)
committerEdward <edward@roojs.com>
Wed, 9 Apr 2014 04:45:46 +0000 (12:45 +0800)
Roo/calendar/View.js

index 8491130..81d909e 100644 (file)
@@ -750,10 +750,10 @@ Roo.extend(Roo.calendar.View, Roo.BoxComponent,  {
         Roo.log('View.js onload');
 //        
         this.calevents = [];
-         Roo.log(this.store.data);
+         
         if(this.store.getCount() > 0){
             this.store.data.each(function(d){
-                
+                Roo.log(d);
                 
                 // FIXME..
                 var add = Roo.apply({}, d.data);