X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fplugins%2Ftabletools%2Fplugin.js;h=3c4fd01c3e453f15243129669e69133593010098;hp=faffb477502b1b1a97594adc7340863400bf9015;hb=6e682412d5cc0dfaedb376482e585bf2989c6863;hpb=2f22c0c38f17e75be5541089076885442aaa2377 diff --git a/_source/plugins/tabletools/plugin.js b/_source/plugins/tabletools/plugin.js index faffb47..3c4fd01 100644 --- a/_source/plugins/tabletools/plugin.js +++ b/_source/plugins/tabletools/plugin.js @@ -771,6 +771,8 @@ For licensing, see LICENSE.html or http://ckeditor.com/license CKEDITOR.plugins.tabletools = { + requires : [ 'table', 'dialog', 'contextmenu' ], + init : function( editor ) { var lang = editor.lang.table;