Skip to content

Commit

Permalink
Codestyle fix in 'CKEDITOR.tools.style.parse.background'.
Browse files Browse the repository at this point in the history
  • Loading branch information
f1ames committed Apr 20, 2017
1 parent 98a9cce commit 2e815d0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core/tools.js
Expand Up @@ -1648,9 +1648,7 @@
*/
background: function( value ) {
var ret = {},
colors;

colors = this._findColor( value );
colors = this._findColor( value );

if ( colors.length ) {
ret.color = colors[ 0 ];
Expand Down

0 comments on commit 2e815d0

Please sign in to comment.