Comment out CMY tab

This commit is contained in:
mmcw-dev 2018-01-02 01:16:59 -05:00
parent c0c25675b8
commit f7679e6828
1 changed files with 1 additions and 1 deletions

View File

@ -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) {