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

index 3af9525..776828d 100644 (file)
@@ -62,7 +62,7 @@ Roo.extend(Roo.bootstrap.Column, Roo.bootstrap.Component,  {
         Roo.log(this.html);
         cfg = {
             tag: 'div',
-            cls: 'column'
+            cls: 'column',
             html : this.html || ''
         };