X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fplugins%2Fforms%2Fplugin.js;h=233fe91104c65ee62b8ff825e2058d5bd2ad05cd;hp=8c247c426c433c20b3edae20be3e2af068f08d25;hb=6e682412d5cc0dfaedb376482e585bf2989c6863;hpb=2f22c0c38f17e75be5541089076885442aaa2377 diff --git a/_source/plugins/forms/plugin.js b/_source/plugins/forms/plugin.js index 8c247c4..233fe91 100644 --- a/_source/plugins/forms/plugin.js +++ b/_source/plugins/forms/plugin.js @@ -9,6 +9,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license CKEDITOR.plugins.add( 'forms', { + requires : [ 'dialog' ], init : function( editor ) { var lang = editor.lang;