Roo/CalendarPanel.js
authorEdward <edward@roojs.com>
Wed, 9 Apr 2014 05:34:45 +0000 (13:34 +0800)
committerEdward <edward@roojs.com>
Wed, 9 Apr 2014 05:34:45 +0000 (13:34 +0800)
Roo/CalendarPanel.js

index 3c2c026..b155967 100644 (file)
@@ -114,6 +114,8 @@ Roo.extend(Roo.CalendarPanel, Roo.ContentPanel, {
     render : function()
     {
         var ct = this.el.appendChild(document.createElement("div"));
+        Roo.log('ct');
+        Roo.log(ct);
         this.onRender(this.el, false)
     },