From bb962efb43c9f819da35d9a139dc7588b3d038c3 Mon Sep 17 00:00:00 2001 From: Ivan Tcholakov Date: Fri, 17 Jul 2009 16:09:13 +0200 Subject: [PATCH] [svn r22192] FS#2867 - The online editor: Fixing a mistake of mine during some recent changes - extra commas. --- .../lib/fckeditor/editor/plugins/customizations/fckplugin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/fckplugin.js b/main/inc/lib/fckeditor/editor/plugins/customizations/fckplugin.js index 43e0e30c0b..babf3aecee 100644 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/fckplugin.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/fckplugin.js @@ -255,7 +255,7 @@ var FCKDialog = ( function() Page : dialogPage, Editor : window, CustomValue : customValue, // Optional - TopWindow : topWindow, + TopWindow : topWindow } FCK.ToolbarSet.CurrentInstance.Selection.Save( true ) ; @@ -316,7 +316,7 @@ var FCKDialog = ( function() Page: dialogPage, Editor: window, CustomValue: customValue, - TopWindow : topWindow, + TopWindow : topWindow } ; //FCK.ToolbarSet.CurrentInstance.Selection.Save();