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

index 492a7fb..8136aa8 100644 (file)
@@ -188,17 +188,17 @@ Roo.form.HtmlEditor.ToolbarContext.types = {
 
 };
 Roo.form.HtmlEditor.ToolbarContext[ 'font-family']  = {
-        title : "font",
-        opts : [
-            [""],
-            [ 'Arial'],
-            [ 'Courier New'],
-            [ 'Tahoma'],
-            [ 'Times New Roman'],
-            [ 'Verdana' ]
-        ],
-        width: 80
-    }
+    title : "font",
+    opts : [
+        [""],
+        [ 'Arial'],
+        [ 'Courier New'],
+        [ 'Tahoma'],
+        [ 'Times New Roman'],
+        [ 'Verdana' ]
+    ],
+    width: 80
+
 };
 
 Roo.each([ 'SPAN', 'DIV' , 'TD' , 'P' ], function(tg) {