X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fplugins%2Ffind%2Fplugin.js;h=e1a1aaa197b6ed2179f25252475cd2eb673e435c;hb=a272c66d841421f8bf933c16535bdcde1c4649fc;hp=721fb5ec18ac4f95f875fb66164df0fb7b82d2a2;hpb=4e70ea24db840898be8cc21c950363a52a2a6aba;p=ckeditor.git diff --git a/_source/plugins/find/plugin.js b/_source/plugins/find/plugin.js index 721fb5e..e1a1aaa 100644 --- a/_source/plugins/find/plugin.js +++ b/_source/plugins/find/plugin.js @@ -1,10 +1,11 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.plugins.add( 'find', { + requires : [ 'dialog' ], init : function( editor ) { var forms = CKEDITOR.plugins.find;