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

index f0445f6..1c4a81b 100644 (file)
@@ -70,7 +70,7 @@ Roo.extend(Roo.mailer.Block, Roo.bootstrap.Component,  {
     getChildContainer : function()
     {
         // add a child...
-        if (this.blogtype == 'row') {
+        if (this.blocktype == 'row') {
             var par = this.select(
                         'roo-m-block-tr',true
                     ).first();