Comment out CMY tab
This commit is contained in:
parent
c0c25675b8
commit
f7679e6828
|
@ -70,7 +70,7 @@ light.colorPickers = function () {
|
|||
active: 'kelvin',
|
||||
tabs: [
|
||||
{ id: 'kelvin', caption: 'Kelvin'},
|
||||
{ id: 'cmy', caption: 'CMY'},
|
||||
//{ id: 'cmy', caption: 'CMY'},
|
||||
{ id: 'rgb', caption: 'RGB' }
|
||||
],
|
||||
onClick: function (event) {
|
||||
|
|
Loading…
Reference in New Issue