diff options
| author | Julie Lala <jules@okfoc.us> | 2014-08-22 19:38:02 -0400 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2014-08-22 19:38:02 -0400 |
| commit | 752a58cf4ffb02cb414b0ddb06762ea3d48c704a (patch) | |
| tree | f26cfee5f4ce3e7dcca7c9553c9a340e21fc6b71 | |
| parent | 1e97c8514f0b7c443605ddaee0355d4d1789523b (diff) | |
eval
| -rw-r--r-- | index.html | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) |
