Roo/calendar/View.js
authorEdward <edward@roojs.com>
Wed, 9 Apr 2014 10:34:47 +0000 (18:34 +0800)
committerEdward <edward@roojs.com>
Wed, 9 Apr 2014 10:34:47 +0000 (18:34 +0800)
Roo/calendar/View.js

index 5a1c8e2..2ee070e 100644 (file)
@@ -431,8 +431,6 @@ Roo.extend(Roo.calendar.View, Roo.BoxComponent,  {
             
             cell.dateValue = t;
             
-            cell.className += " fc-cell-" + t;
-            
             if(t == today){
                 cell.className += " fc-today";
                 cell.className += " fc-state-highlight";