Roo/mailer/Block.js
authorAlan Knowles <alan@roojs.com>
Wed, 30 Mar 2016 10:12:45 +0000 (18:12 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 30 Mar 2016 10:12:45 +0000 (18:12 +0800)
Roo/mailer/Block.js

index 1335a74..6d9c47a 100644 (file)
@@ -38,9 +38,9 @@ Roo.extend(Roo.mailer.Block, Roo.bootstrap.Component,  {
         var tr = {
             tag : 'tr',
             cls : 'roo-m-block-tr'
-        }
+        };
         if (this.blocktype != 'row') {
-           tr.cn = [
+            tr.cn = [
                 {
                     tag : 'td',
                     align : 'center',
@@ -48,7 +48,7 @@ Roo.extend(Roo.mailer.Block, Roo.bootstrap.Component,  {
                     cls : 'roo-m-' + this.blocktype + '-content',
                     html : this.html
                 }
-           ];
+            ];
         }
         
         var cfg =   {