X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fplugins%2Ffind%2Fplugin.js;h=5eaa41f460692eadbfcdffde055af7cfe23ba5f9;hb=fb481ba0a7d298e3e7b9034fcb9f2afdc6e8e796;hp=721fb5ec18ac4f95f875fb66164df0fb7b82d2a2;hpb=4e70ea24db840898be8cc21c950363a52a2a6aba;p=ckeditor.git diff --git a/_source/plugins/find/plugin.js b/_source/plugins/find/plugin.js index 721fb5e..5eaa41f 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-2012, 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;