X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fplugins%2Fwsc%2Fplugin.js;h=3edb26d6b09cd632864d59c4fb634574c3bf1711;hb=c6e377a02b54abc07129d72b632763c727476a15;hp=3ccc14b6341d63bc656d420eef21878d854b80b5;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/plugins/wsc/plugin.js b/_source/plugins/wsc/plugin.js index 3ccc14b..3edb26d 100644 --- a/_source/plugins/wsc/plugin.js +++ b/_source/plugins/wsc/plugin.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -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';