Roo/bootstrap/Calendar.js
authorEdward <edward@roojs.com>
Thu, 6 Mar 2014 07:46:04 +0000 (15:46 +0800)
committerEdward <edward@roojs.com>
Thu, 6 Mar 2014 07:46:04 +0000 (15:46 +0800)
Roo/bootstrap/Calendar.js

index 9ee93f3..bd5a414 100644 (file)
@@ -661,13 +661,13 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component,  {
     },
     
     onLoad: function () {
-        this.calevents = [];
+//        this.calevents = [];
         if(this.store.getCount() > 0){
             this.store.data.each(function(d){
                Roo.log(d); 
             });
         }
-        this.renderEvents();
+//        this.renderEvents();
     }
 });