Skip to content

Commit

Permalink
Made uicolor yahoo widget available to public for testing purposes.
Browse files Browse the repository at this point in the history
  • Loading branch information
oleq authored and Reinmar committed Dec 7, 2012
1 parent a27ec32 commit a4a796d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/uicolor/dialogs/uicolor.js
Expand Up @@ -41,6 +41,9 @@ CKEDITOR.dialog.add( 'uicolor', function( editor ) {
}
});

// Make Yahoo widget available to public.
this.picker = picker;

// Set actual UI color to the picker.
if ( uiColor )
setNewPickerColor( uiColor );
Expand Down

0 comments on commit a4a796d

Please sign in to comment.