roojs-ui.js
[roojs1] / roojs-debug.js
index 5a48475..ee87264 100644 (file)
@@ -51688,7 +51688,6 @@ Roo.extend(Roo.form.HtmlEditor, Roo.form.Field, {
 /**
  * @class Roo.form.HtmlEditor.ToolbarStandard
  * Basic Toolbar
- * @children   Roo.Toolbar.Item Roo.Toolbar.Button Roo.Toolbar.SplitButton Roo.form.Field 
 
  * Usage:
  *
@@ -51728,7 +51727,7 @@ Roo.form.HtmlEditor.ToolbarStandard = function(config)
     // dont call parent... till later.
 }
 
-Roo.apply(Roo.form.HtmlEditor.ToolbarStandard.prototype,  {
+Roo.form.HtmlEditor.ToolbarStandard.prototype = {
     
     tb: false,
     
@@ -52458,7 +52457,7 @@ Roo.apply(Roo.form.HtmlEditor.ToolbarStandard.prototype,  {
            item.enable();
         });
     }
-});
+};