Roo/form/HtmlEditor/ToolbarStandard.js
authorAlan Knowles <alan@roojs.com>
Tue, 29 Apr 2014 11:51:05 +0000 (19:51 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 29 Apr 2014 11:51:05 +0000 (19:51 +0800)
Roo/form/HtmlEditor/ToolbarStandard.js

index 1cc23bf..7d08418 100644 (file)
@@ -568,7 +568,7 @@ Roo.apply(Roo.form.HtmlEditor.ToolbarStandard.prototype,  {
           
         }else{
             Roo.log("enabling buttons");
-            if(this.initialized){
+            if(this.editorcore.initialized){
                 this.tb.items.each(function(item){
                     item.enable();
                 });