X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fplugins%2Fimage%2Fplugin.js;h=acc555446b6598f0ef8e1a04f5b64b34ea054a37;hp=f3c6d6dc1706590238ec6eb03d4601a94d899f3a;hb=6e682412d5cc0dfaedb376482e585bf2989c6863;hpb=2f22c0c38f17e75be5541089076885442aaa2377 diff --git a/_source/plugins/image/plugin.js b/_source/plugins/image/plugin.js index f3c6d6d..acc5554 100644 --- a/_source/plugins/image/plugin.js +++ b/_source/plugins/image/plugin.js @@ -12,6 +12,8 @@ For licensing, see LICENSE.html or http://ckeditor.com/license CKEDITOR.plugins.add( 'image', { + requires: [ 'dialog' ], + init : function( editor ) { var pluginName = 'image';