X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fplugins%2Ffind%2Fplugin.js;h=e1a1aaa197b6ed2179f25252475cd2eb673e435c;hb=a272c66d841421f8bf933c16535bdcde1c4649fc;hp=2e9cda80555e645fd487d6494020f532b5a0ad62;hpb=2f22c0c38f17e75be5541089076885442aaa2377;p=ckeditor.git diff --git a/_source/plugins/find/plugin.js b/_source/plugins/find/plugin.js index 2e9cda8..e1a1aaa 100644 --- a/_source/plugins/find/plugin.js +++ b/_source/plugins/find/plugin.js @@ -1,10 +1,11 @@ /* -Copyright (c) 2003-2012, 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;