X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=_source%2Fplugins%2Ftable%2Fplugin.js;h=4bc5992b959052029b44be6ed439037c4f2df6d4;hb=6e682412d5cc0dfaedb376482e585bf2989c6863;hp=def36a736e32bf3bd720e0e720b1dfe5eccd911f;hpb=2f22c0c38f17e75be5541089076885442aaa2377;p=ckeditor.git diff --git a/_source/plugins/table/plugin.js b/_source/plugins/table/plugin.js index def36a7..4bc5992 100644 --- a/_source/plugins/table/plugin.js +++ b/_source/plugins/table/plugin.js @@ -5,6 +5,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license CKEDITOR.plugins.add( 'table', { + requires : [ 'dialog' ], init : function( editor ) { var table = CKEDITOR.plugins.table,