X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=plugins%2Fdocprops%2Fplugin.js;h=b9e0315af33bff9b9f2a03d4dd141dc66378bc0e;hb=HEAD;hp=807d2e9ea2a0cc27047fddfa3ec1b6c72727ce06;hpb=2f22c0c38f17e75be5541089076885442aaa2377;p=ckeditor.git diff --git a/plugins/docprops/plugin.js b/plugins/docprops/plugin.js deleted file mode 100644 index 807d2e9..0000000 --- a/plugins/docprops/plugin.js +++ /dev/null @@ -1,6 +0,0 @@ -/* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.plugins.add('docprops',{init:function(a){var b=new CKEDITOR.dialogCommand('docProps');b.modes={wysiwyg:a.config.fullPage};a.addCommand('docProps',b);CKEDITOR.dialog.add('docProps',this.path+'dialogs/docprops.js');a.ui.addButton('DocProps',{label:a.lang.docprops.label,command:'docProps'});}});