code formating
Signed-off-by:Guillaume Martigny <guillaume.martigny@gmail.com>
This commit is contained in:
parent
fb9c600b9f
commit
9bd3bf4adf
1 changed files with 5 additions and 3 deletions
|
@ -116,7 +116,9 @@
|
|||
* @private
|
||||
*/
|
||||
ns.PaletteController.prototype.showValueDisplayer_ = function (evt) {
|
||||
var color = evt.data.isPrimary ? pskl.app.selectedColorsService.getPrimaryColor() : pskl.app.selectedColorsService.getSecondaryColor();
|
||||
var color = evt.data.isPrimary ?
|
||||
pskl.app.selectedColorsService.getPrimaryColor() :
|
||||
pskl.app.selectedColorsService.getSecondaryColor();
|
||||
this.displayer.html(color);
|
||||
};
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue