diff options
Diffstat (limited to 'client')
| -rw-r--r-- | client/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/index.js b/client/index.js index e184590..c75671d 100644 --- a/client/index.js +++ b/client/index.js @@ -109,6 +109,7 @@ function down (e){ pair.el.style.opacity = 0.5 hertz_el.innerHTML = pair.freq kalimba.play( pair.freq ) + last = pair } function move (e){ if (! dragging) return |
