Roo/grid/Calendar.js
authorAlan Knowles <alan@roojs.com>
Wed, 9 Apr 2014 09:18:44 +0000 (17:18 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 9 Apr 2014 09:18:44 +0000 (17:18 +0800)
Roo/grid/Calendar.js

index 26019bb..29a196f 100644 (file)
@@ -829,8 +829,8 @@ Roo.extend(Roo.grid.Calendar, Roo.grid.Grid, {
 //        
         this.calevents = [];
          
-        if(this.store.getCount() > 0){
-            this.store.data.each(function(d){
+        if(this.eventStore.getCount() > 0){
+            this.eventStore.data.each(function(d){
                 
                 
                 // FIXME..