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

index 5bac451..f14bb82 100644 (file)
@@ -336,6 +336,8 @@ 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');