From db150735024bd4d915b5ff58a316eee1a22af7c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotrek=20Reinmar=20Koszuli=C5=84ski?= Date: Tue, 20 Nov 2012 14:50:57 +0100 Subject: [PATCH] Tableresize requires tabletools. --- plugins/tableresize/plugin.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/tableresize/plugin.js b/plugins/tableresize/plugin.js index 13048e57194..313cf96976a 100644 --- a/plugins/tableresize/plugin.js +++ b/plugins/tableresize/plugin.js @@ -343,6 +343,8 @@ } CKEDITOR.plugins.add( 'tableresize', { + requires: 'tabletools', + init: function( editor ) { editor.on( 'contentDom', function() { var resizer;