X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fplugins%2Fcolordialog%2Fplugin.js;h=4dbf3b000c5f01713b90222cbeb4ab94caa30cb4;hb=a272c66d841421f8bf933c16535bdcde1c4649fc;hp=5687740eda0342b3d929cce222203f26b8d1e964;hpb=2f22c0c38f17e75be5541089076885442aaa2377;p=ckeditor.git diff --git a/_source/plugins/colordialog/plugin.js b/_source/plugins/colordialog/plugin.js index 5687740..4dbf3b0 100644 --- a/_source/plugins/colordialog/plugin.js +++ b/_source/plugins/colordialog/plugin.js @@ -1,10 +1,11 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.plugins.colordialog = { + requires : [ 'dialog' ], init : function( editor ) { editor.addCommand( 'colordialog', new CKEDITOR.dialogCommand( 'colordialog' ) );