Fix #6465 - drag drop for cards
[roojs1] / Roo / bootstrap / Container.js
index a81c344..99cab3b 100644 (file)
@@ -13,7 +13,7 @@
  * @cfg {Boolean} jumbotron is it a jumbotron element
  * @cfg {String} html content of element
  * @cfg {String} well (lg|sm|md) a well, large, small or medium.
- * @cfg {String} panel (primary|success|info|warning|danger) render as panel  - type - primary/success.....
+ * @cfg {String} panel (default|primary|success|info|warning|danger) render as panel  - type - primary/success.....
  * @cfg {String} header content of header (for panel)
  * @cfg {String} footer content of footer (for panel)
  * @cfg {String} sticky (footer|wrap|push) block to use as footer or body- needs css-bootstrap/sticky-footer.css
@@ -370,7 +370,6 @@ Roo.extend(Roo.bootstrap.Container, Roo.bootstrap.Component,  {
         
         this.fireEvent('click', this, e);
     }
-   
 });
 
  
\ No newline at end of file