Importation du code de ckeditor 4.3.4 en conservant les développements Plinn et en...
[ckeditor.git] / skins / ckeditor / _source / plugins / colordialog / plugin.js
diff --git a/skins/ckeditor/_source/plugins/colordialog/plugin.js b/skins/ckeditor/_source/plugins/colordialog/plugin.js
deleted file mode 100644 (file)
index ca7f44e..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-/*\r
-Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.\r
-For licensing, see LICENSE.html or http://ckeditor.com/license\r
-*/\r
-\r
-CKEDITOR.plugins.colordialog =\r
-{\r
-       init : function( editor )\r
-       {\r
-               editor.addCommand( 'colordialog', new CKEDITOR.dialogCommand( 'colordialog' ) );\r
-               CKEDITOR.dialog.add( 'colordialog', this.path + 'dialogs/colordialog.js' );\r
-       }\r
-};\r
-\r
-CKEDITOR.plugins.add( 'colordialog', CKEDITOR.plugins.colordialog );\r