docs/src/Roo_bootstrap_Card.js.html
[roojs1] / Roo / Toolbar.js
index 67086a2..0610c3f 100644 (file)
@@ -103,7 +103,7 @@ Roo.Toolbar.prototype = {
     },
     // private..
     _add : function(el) {
-        Roo.log('Toolbar _add el !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1');
+        
         if (el.xtype) {
             el = Roo.factory(el, typeof(Roo.Toolbar[el.xtype]) == 'undefined' ? Roo.form : Roo.Toolbar);
         }
@@ -523,7 +523,7 @@ Roo.Toolbar.Fill = Roo.extend(Roo.Toolbar.Spacer, {
  * A simple class that renders text directly into a toolbar.
  * @constructor
  * Creates a new TextItem
- * @param {String} text
+ * @cfg {string} text 
  */
 Roo.Toolbar.TextItem = function(cfg){
     var  text = cfg || "";