Browse Source

[svn r22192] FS#2867 - The online editor: Fixing a mistake of mine during some recent changes - extra commas.

Ivan Tcholakov 15 years ago
parent
commit
bb962efb43
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main/inc/lib/fckeditor/editor/plugins/customizations/fckplugin.js

+ 2 - 2
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();