Skip to content

Commit

Permalink
Merge branch 'IgorRubinovich-master' into major
Browse files Browse the repository at this point in the history
  • Loading branch information
Comandeer committed Mar 27, 2017
2 parents c2fdb8e + c8ece74 commit fb5e3a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/colorbutton/plugin.js
Expand Up @@ -202,8 +202,7 @@ CKEDITOR.plugins.add( 'colorbutton', {
// screen readers doesn't play nice with table, based layouts (#12097).
total = colors.length + ( moreColorsEnabled ? 2 : 1 );

var clickFn = CKEDITOR.tools.addFunction( function( color, type ) {
var applyColorStyle = arguments.callee;
var clickFn = CKEDITOR.tools.addFunction( function applyColorStyle( color, type ) {
function onColorDialogClose( evt ) {
this.removeListener( 'ok', onColorDialogClose );
this.removeListener( 'cancel', onColorDialogClose );
Expand Down

0 comments on commit fb5e3a3

Please sign in to comment.