JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-4.0_full
[ckeditor.git] / _source / plugins / docprops / plugin.js
diff --git a/_source/plugins/docprops/plugin.js b/_source/plugins/docprops/plugin.js
deleted file mode 100644 (file)
index a74b69e..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-/*\r
-Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.\r
-For licensing, see LICENSE.html or http://ckeditor.com/license\r
-*/\r
-\r
-CKEDITOR.plugins.add( 'docprops',\r
-{\r
-       init : function( editor )\r
-       {\r
-               var cmd = new CKEDITOR.dialogCommand( 'docProps' );\r
-               // Only applicable on full page mode.\r
-               cmd.modes = { wysiwyg : editor.config.fullPage };\r
-               editor.addCommand( 'docProps', cmd );\r
-               CKEDITOR.dialog.add( 'docProps', this.path + 'dialogs/docprops.js' );\r
-\r
-               editor.ui.addButton( 'DocProps',\r
-               {\r
-                       label : editor.lang.docprops.label,\r
-                       command : 'docProps'\r
-               });\r
-       }\r
-});\r