Convert comment to string on light object. Will use in a modal.

This commit is contained in:
mmcwilliams 2019-02-22 17:57:08 -05:00
parent 8ebdbf9f6f
commit 7fd449724b
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ light.swatches = [
} }
]; ];
/* light.help = `
Light Source Kelvin R G B Values Color Light Source Kelvin R G B Values Color
Candle 1900 255, 147, 41 Candle 1900 255, 147, 41
40W Tungsten 2600 255, 197, 143 40W Tungsten 2600 255, 197, 143
@ -58,7 +58,7 @@ light.swatches = [
Sodium Vapor 255, 209, 178 Sodium Vapor 255, 209, 178
Metal Halide 242, 252, 255 Metal Halide 242, 252, 255
High Pressure Sodium 255, 183, 76 High Pressure Sodium 255, 183, 76
*/ `;
light.queue = {}; light.queue = {};
light.lock = false; light.lock = false;