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

index 4891b91..d7efdbd 100644 (file)
@@ -31,6 +31,7 @@ Roo.mailer.Body  = function(config){
         offset : 0
     });
     this.onRender(body);
+    this.onRender = function() { };
 
 };