X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=plugins%2Fdocprops%2Fplugin.js;h=b9e0315af33bff9b9f2a03d4dd141dc66378bc0e;hb=HEAD;hp=514edb1ceaa2627f2ea6869873ba84bb6c240961;hpb=a272c66d841421f8bf933c16535bdcde1c4649fc;p=ckeditor.git diff --git a/plugins/docprops/plugin.js b/plugins/docprops/plugin.js deleted file mode 100644 index 514edb1..0000000 --- a/plugins/docprops/plugin.js +++ /dev/null @@ -1,6 +0,0 @@ -/* -Copyright (c) 2003-2013, 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'});}});