From e927fac4798d602e8833ed34f1638f83f1759af5 Mon Sep 17 00:00:00 2001 From: Christoph Diehl Date: Thu, 13 Apr 2017 16:20:58 +0300 Subject: [PATCH] [colors.js] Add newline --- make/colors.js | 1 + 1 file changed, 1 insertion(+) diff --git a/make/colors.js b/make/colors.js index 453176f..2f23005 100644 --- a/make/colors.js +++ b/make/colors.js @@ -36,6 +36,7 @@ make.colors = { colorHSL: function() { let values, opt; + switch(random.number(4)) { case 0: values = [random.number(255), "%" + random.number(255), "%" + random.number(255)];