[Yanel-commits] rev 42313 - public/yanel/trunk/src/resources/tinymce/htdocs/js

simon at wyona.com simon at wyona.com
Thu Apr 9 07:46:10 CEST 2009


Author: simon
Date: 2009-04-09 07:46:10 +0200 (Thu, 09 Apr 2009)
New Revision: 42313

Modified:
   public/yanel/trunk/src/resources/tinymce/htdocs/js/tinymceinit.js
Log:
[minor] formatting fixed

Modified: public/yanel/trunk/src/resources/tinymce/htdocs/js/tinymceinit.js
===================================================================
--- public/yanel/trunk/src/resources/tinymce/htdocs/js/tinymceinit.js	2009-04-08 10:10:30 UTC (rev 42312)
+++ public/yanel/trunk/src/resources/tinymce/htdocs/js/tinymceinit.js	2009-04-09 05:46:10 UTC (rev 42313)
@@ -1,10 +1,10 @@
-        tinyMCE.init({
-            mode : "textareas",
-            theme : "advanced",
-    plugins : "fullpage",
-            theme_advanced_toolbar_location : "top",
-theme_advanced_toolbar_align : "left",
-theme_advanced_statusbar_location : "bottom",
-theme_advanced_resizing : true,
-entity_encoding : "numeric"
-        });
\ No newline at end of file
+tinyMCE.init({
+	mode : "textareas",
+	theme : "advanced",
+	plugins : "fullpage",
+	theme_advanced_toolbar_location : "top",
+	theme_advanced_toolbar_align : "left",
+	theme_advanced_statusbar_location : "bottom",
+	theme_advanced_resizing : true,
+	entity_encoding : "numeric"
+});
\ No newline at end of file



More information about the Yanel-commits mailing list