diff options
| author | Julie Lala <jules@okfoc.us> | 2014-08-22 19:39:19 -0400 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2014-08-22 19:39:19 -0400 |
| commit | 975770035a3e964dfde88332eae51698394ad0a2 (patch) | |
| tree | 2a48fd13f7463fd9cc6750c9cdcd79aea900925e /index.html | |
| parent | 752a58cf4ffb02cb414b0ddb06762ea3d48c704a (diff) | |
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -131,14 +131,14 @@ function paint () { break case 'a': x_range = L_range - val = hunter_a.value + val = parseFloat(hunter_a.value) y_range = b_range fn = new Function('a','L','b', fn_body) break case 'b': x_range = L_range y_range = a_range - val = hunter_b.value + val = parseFloat(hunter_b.value) fn = new Function('b','L','a', fn_body) break } |
