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