Roo/bootstrap/Column.js
authoredward <edward@roojs.com>
Wed, 24 Feb 2016 05:05:51 +0000 (13:05 +0800)
committeredward <edward@roojs.com>
Wed, 24 Feb 2016 05:05:51 +0000 (13:05 +0800)
Roo/bootstrap/Column.js

index e1882b8..a60676f 100644 (file)
@@ -61,7 +61,7 @@ Roo.extend(Roo.bootstrap.Column, Roo.bootstrap.Component,  {
         cfg = {
             tag: 'div',
             cls: 'column'
-            html : this.html ? this.html : ''
+            html : this.html || ''
         };
         
         var settings=this;