X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fplugins%2Ftable%2Fplugin.js;h=4bc5992b959052029b44be6ed439037c4f2df6d4;hb=fb481ba0a7d298e3e7b9034fcb9f2afdc6e8e796;hp=387d64a71d589b6fcd2d7006a1e8da72b631758e;hpb=039a051ccf3901311661022a30afd60fc38130c9;p=ckeditor.git diff --git a/_source/plugins/table/plugin.js b/_source/plugins/table/plugin.js index 387d64a..4bc5992 100644 --- a/_source/plugins/table/plugin.js +++ b/_source/plugins/table/plugin.js @@ -1,10 +1,11 @@ /* -Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.plugins.add( 'table', { + requires : [ 'dialog' ], init : function( editor ) { var table = CKEDITOR.plugins.table,