Ticket #3903: 3903.patch
File 3903.patch, 521 bytes (added by , 14 years ago) |
---|
-
_source/plugins/colorbutton/plugin.js
55 55 function renderColors( panel, type ) 56 56 { 57 57 var output = [], 58 colors = CKEDITOR.config.colorButton_colors.split( ',' );58 colors = config.colorButton_colors.split( ',' ); 59 59 60 60 var clickFn = CKEDITOR.tools.addFunction( function( color, type ) 61 61 {