Roo/bootstrap/Calendar.js
authorEdward <edward@roojs.com>
Thu, 6 Mar 2014 06:38:36 +0000 (14:38 +0800)
committerEdward <edward@roojs.com>
Thu, 6 Mar 2014 06:38:36 +0000 (14:38 +0800)
Roo/bootstrap/Calendar.js

index e72523d..39d1695 100644 (file)
@@ -669,6 +669,11 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component,  {
         
         
 //        this.renderEvents();
+    },
+    
+    onLoad: function(d) {
+        Roo.log('onLoad');
+        Roo.log(d);
     }
 });