Roo/form/HtmlEditor/ToolbarStandard.js
authorEdward <edward@roojs.com>
Fri, 19 Jun 2015 03:06:45 +0000 (11:06 +0800)
committerEdward <edward@roojs.com>
Fri, 19 Jun 2015 03:06:45 +0000 (11:06 +0800)
Roo/form/HtmlEditor/ToolbarStandard.js

index b664445..c7a7b70 100644 (file)
@@ -476,7 +476,10 @@ Roo.apply(Roo.form.HtmlEditor.ToolbarStandard.prototype,  {
         // disable everything...
         
         this.tb.items.each(function(item){
-           if(item.id != editorcore.frameId+ '-sourceedit'){
+           if(
+                item.id != editorcore.frameId+ '-sourceedit'
+                
+            ){
                 item.disable();
             }
         });