summaryrefslogtreecommitdiff
path: root/assets/javascripts/rectangles/util/colors.js
diff options
context:
space:
mode:
Diffstat (limited to 'assets/javascripts/rectangles/util/colors.js')
-rw-r--r--assets/javascripts/rectangles/util/colors.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/javascripts/rectangles/util/colors.js b/assets/javascripts/rectangles/util/colors.js
index 3bdebbc..77473d7 100644
--- a/assets/javascripts/rectangles/util/colors.js
+++ b/assets/javascripts/rectangles/util/colors.js
@@ -33,4 +33,5 @@
select.addEventListener("change", function(){ colors = color_palettes[select.value] })
window.colors = color_palettes[select.value]
+ window.palettes = color_palettes
})()