roojs-ui.js
[roojs1] / roojs-ui-debug.js
index 6b60c80..f45cf90 100644 (file)
@@ -27219,7 +27219,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:
  *
@@ -27259,7 +27258,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,
     
@@ -27989,7 +27988,7 @@ Roo.apply(Roo.form.HtmlEditor.ToolbarStandard.prototype,  {
            item.enable();
         });
     }
-});
+};