Skip to content
Snippets Groups Projects
Commit d4b14d1f authored by Wiktor Walc's avatar Wiktor Walc
Browse files

Minor change of plugin description.

parent 0849a5b9
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
*/
/**
* @file Plugin for inserting files from imce without image dialog
* @file Plugin for inserting files from IMCE without image dialog
*/
( function() {
CKEDITOR.plugins.add( 'imce',
......@@ -30,7 +30,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
});
//add editor function
editor._.filebrowserFnIMCE = CKEDITOR.tools.addFunction( setFile, editor )
editor._.filebrowserFnIMCE = CKEDITOR.tools.addFunction( setFile, editor );
//function which receive imce response
window.ckeditor_setFile = function (file, win) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment