X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fplugins%2Fwsc%2Fplugin.js;h=3edb26d6b09cd632864d59c4fb634574c3bf1711;hp=9691da267318f96f86bccc323e89eef46a85aeee;hb=c6e377a02b54abc07129d72b632763c727476a15;hpb=941b0a9ba4e673e292510d80a5a86806994b8ea6 diff --git a/_source/plugins/wsc/plugin.js b/_source/plugins/wsc/plugin.js index 9691da2..3edb26d 100644 --- a/_source/plugins/wsc/plugin.js +++ b/_source/plugins/wsc/plugin.js @@ -10,6 +10,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license // Register a plugin named "wsc". CKEDITOR.plugins.add( 'wsc', { + requires : [ 'dialog' ], init : function( editor ) { var commandName = 'checkspell';