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

index d7efdbd..e0419a8 100644 (file)
@@ -30,8 +30,7 @@ Roo.mailer.Body  = function(config){
         marginheight : 0,
         offset : 0
     });
-    this.onRender(body);
-    this.onRender = function() { };
+    //this.onRender(body); this.onRender = function() { };
 
 };