Skip to content

Commit

Permalink
Merge branch 't/11165'
Browse files Browse the repository at this point in the history
  • Loading branch information
mlewand committed Dec 4, 2013
2 parents 73ec76c + 33c99a6 commit cb47405
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/filebrowser/plugin.js
Expand Up @@ -356,6 +356,10 @@
});

CKEDITOR.on( 'dialogDefinition', function( evt ) {
// We require filebrowser plugin to be loaded.
if ( !evt.editor.plugins.filebrowser )
return;

var definition = evt.data.definition,
element;
// Associate filebrowser to elements with 'filebrowser' attribute.
Expand Down

0 comments on commit cb47405

Please sign in to comment.