Roo/bootstrap/Calendar.js
authorAlan Knowles <alan@roojs.com>
Tue, 18 Feb 2014 05:49:20 +0000 (13:49 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 18 Feb 2014 05:49:20 +0000 (13:49 +0800)
Roo/bootstrap/Calendar.js

index d53e559..5fe0671 100644 (file)
@@ -376,7 +376,7 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component,  {
 
         //this.mbtn.setText(Date.monthNames[date.getMonth()] + " " + date.getFullYear());
         this.fireEvent('monthchange', this, date);
-        
+        /*
         if(!this.internalRender){
             var main = this.el.dom.firstChild;
             var w = main.offsetWidth;
@@ -392,7 +392,7 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component,  {
                 this.update.defer(10, this, [date]);
             }
         }
-        
+        */
         
     }
 });