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

index f14bb82..9d740d9 100644 (file)
@@ -335,11 +335,7 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component,  {
             }
         }
         
-        this.cells = this.el.select('.fc-day',true);
-        Roo.log('cells');
-        Roo.log(this.cells);
-        this.textNodes = this.el.query('.fc-day-number');
-        this.cells.addClassOnOver('fc-state-hover');
+        
         
         var days = date.getDaysInMonth();