Roo/bootstrap/Calendar.js
authorEdward <edward@roojs.com>
Thu, 6 Mar 2014 07:00:00 +0000 (15:00 +0800)
committerEdward <edward@roojs.com>
Thu, 6 Mar 2014 07:00:00 +0000 (15:00 +0800)
Roo/bootstrap/Calendar.js

index 0eebe74..fa511b2 100644 (file)
@@ -680,9 +680,9 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component,  {
         
             Roo.log('data here');
             if(this.store.getCount > 0){
-            this.store.data.each(function(d){
-               Roo.log(d); 
-            });
+                this.store.data.each(function(d){
+                   Roo.log(d); 
+                });
             }
     }
 });