Roo/form/HtmlEditor/ToolbarStandard.js
authorAlan Knowles <alan@roojs.com>
Tue, 20 Aug 2013 04:17:34 +0000 (12:17 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 20 Aug 2013 04:17:34 +0000 (12:17 +0800)
Roo/form/HtmlEditor/ToolbarStandard.js

index 5254f75..f49882c 100644 (file)
@@ -162,7 +162,7 @@ Roo.apply(Roo.form.HtmlEditor.ToolbarStandard.prototype,  {
         });
 
         if(!this.disable.font && !Roo.isSafari){
-            /* why no safari for fonts
+            /* why no safari for fonts */
             editor.fontSelect = tb.el.createChild({
                 tag:'select',
                 tabIndex: -1,
@@ -174,11 +174,12 @@ Roo.apply(Roo.form.HtmlEditor.ToolbarStandard.prototype,  {
                 editor.relayCmd('fontname', font);
                 editor.deferFocus();
             }, editor);
+            
             tb.add(
                 editor.fontSelect.dom,
                 '-'
             );
-            */
+            
         };
         if(!this.disable.formats){
             this.formatCombo = new Roo.form.ComboBox({