JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6.3
[ckeditor.git] / _source / plugins / colordialog / plugin.js
1 /*\r
2 Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.\r
3 For licensing, see LICENSE.html or http://ckeditor.com/license\r
4 */\r
5 \r
6 CKEDITOR.plugins.colordialog =\r
7 {\r
8         init : function( editor )\r
9         {\r
10                 editor.addCommand( 'colordialog', new CKEDITOR.dialogCommand( 'colordialog' ) );\r
11                 CKEDITOR.dialog.add( 'colordialog', this.path + 'dialogs/colordialog.js' );\r
12         }\r
13 };\r
14 \r
15 CKEDITOR.plugins.add( 'colordialog', CKEDITOR.plugins.colordialog );\r