summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)