Roo/mailer/Body.js
authorAlan Knowles <alan@roojs.com>
Thu, 18 Sep 2014 09:25:14 +0000 (17:25 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 18 Sep 2014 09:25:14 +0000 (17:25 +0800)
Roo/mailer/Body.js

index e0419a8..18cf1a9 100644 (file)
@@ -30,7 +30,9 @@ Roo.mailer.Body  = function(config){
         marginheight : 0,
         offset : 0
     });
-    //this.onRender(body); this.onRender = function() { };
+    Roo.log("render body from ctor");
+    this.onRender(body);
+    this.onRender = function() { };
 
 };