From 7fd449724b8be43fc986abdbd0ba4c6aa82ea073 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Fri, 22 Feb 2019 17:57:08 -0500 Subject: [PATCH] Convert comment to string on light object. Will use in a modal. --- app/lib/ui/light.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/lib/ui/light.js b/app/lib/ui/light.js index 49727ef..48a114f 100644 --- a/app/lib/ui/light.js +++ b/app/lib/ui/light.js @@ -37,7 +37,7 @@ light.swatches = [ } ]; -/* +light.help = ` Light Source Kelvin R G B Values Color Candle 1900 255, 147, 41 40W Tungsten 2600 255, 197, 143 @@ -58,7 +58,7 @@ light.swatches = [ Sodium Vapor 255, 209, 178 Metal Halide 242, 252, 255 High Pressure Sodium 255, 183, 76 -*/ +`; light.queue = {}; light.lock = false;