summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJulie Lala <jules@okfoc.us>2014-08-22 19:38:02 -0400
committerJulie Lala <jules@okfoc.us>2014-08-22 19:38:02 -0400
commit752a58cf4ffb02cb414b0ddb06762ea3d48c704a (patch)
treef26cfee5f4ce3e7dcca7c9553c9a340e21fc6b71 /index.html
parent1e97c8514f0b7c443605ddaee0355d4d1789523b (diff)
eval
Diffstat (limited to 'index.html')
-rw-r--r--index.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/index.html b/index.html
index 6713548..c899ee2 100644
--- a/index.html
+++ b/index.html
@@ -122,7 +122,6 @@ function hex_string (rgb) { return "#" + rgb.map(Math.round).map(function(n){ va
function axis (c) { return function(){ mode = c; paint() } }
function paint () {
var fn_body = (hunterlab2xyz + "").split("{")[1].split("}")[0]
- var fn_body = (hunterlab2xyz + "").split("{")[1].split("}")[0]
switch (mode) {
case 'L':
val = parseFloat(hunter_L.value)