Skip to content

Commit

Permalink
Tableresize requires tabletools.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Nov 20, 2012
1 parent 81342cb commit db15073
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/tableresize/plugin.js
Expand Up @@ -343,6 +343,8 @@
}

CKEDITOR.plugins.add( 'tableresize', {
requires: 'tabletools',

init: function( editor ) {
editor.on( 'contentDom', function() {
var resizer;
Expand Down

0 comments on commit db15073

Please sign in to comment.