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

index 6bc09f2..d527876 100644 (file)
@@ -224,7 +224,7 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component,  {
     {
         this.resize();
         this.cells = this.el.select('td.fc-day',true);
-        this.textNodes = this.el.select('.fc-day-number',true);
+        this.textNodes = this.el.select('.fc-day-number');
         this.update(new Date());
         
     },