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

index 4753410..69ac9d6 100644 (file)
@@ -223,7 +223,7 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component,  {
     initEvents : function()
     {
         this.resize();
-        this.cells = this.el.select('td.fc-day',true);
+        this.cells = this.el.query('td.fc-day');
         this.textNodes = this.el.query('.fc-day-number');
         this.update(new Date());