Roo/form/HtmlEditor/ToolbarStandard.js
authorAlan <alan@roojs.com>
Wed, 12 Jan 2022 03:02:50 +0000 (11:02 +0800)
committerAlan <alan@roojs.com>
Wed, 12 Jan 2022 03:02:50 +0000 (11:02 +0800)
Roo/form/HtmlEditor/ToolbarStandard.js

index 943d7c2..2289ab8 100644 (file)
@@ -49,7 +49,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,
     
@@ -779,7 +779,7 @@ Roo.apply(Roo.form.HtmlEditor.ToolbarStandard.prototype,  {
            item.enable();
         });
     }
-});
+};