Roo/bootstrap/Component.js
authorAlan Knowles <alan@roojs.com>
Thu, 21 Feb 2019 07:41:48 +0000 (15:41 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 21 Feb 2019 07:41:48 +0000 (15:41 +0800)
Roo/bootstrap/Component.js

index 5a29205..39df29f 100644 (file)
@@ -19,7 +19,6 @@ Roo.bootstrap = Roo.bootstrap || {};
  * @cfg {string} tooltip  Text for the tooltip
  * @cfg {string} container_method method to fetch parents container element (used by NavHeaderbar -  getHeaderChildContainer)
  * @cfg {string|object} visibilityEl (el|parent) What element to use for visibility (@see getVisibilityEl())
- * @cfg {Boolean} do_render - if this is set, then the constructor will try and initialize render, on {this.el}
  
  * @constructor
  * Do not use directly - it does not do anything..
@@ -38,8 +37,7 @@ Roo.bootstrap.Component = function(config){
          * @param {Roo.bootstrap.Component} this
          */
         "childrenrendered" : true
-        
-        
+         
         
     });