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

skala
Ivan Tcholakov 17 years ago
parent fa91505487
commit bb962efb43
  1. 4
      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();

Loading…
Cancel
Save