diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-02-06 14:16:20 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-02-06 14:16:20 -0500 |
| commit | 7c1e99bb1bc6c2a89bc42fb9c295933f38ac9e0c (patch) | |
| tree | 14352aa8cd7ac165d19c43644804241d14d483f5 /js/util.js | |
| parent | 92f59149b7982b5a6aad6efd39c648cc8582a900 (diff) | |
pull in clipboard paste function
Diffstat (limited to 'js/util.js')
| -rw-r--r-- | js/util.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -83,6 +83,7 @@ function smoothstep(min,max,n){ return t * t * (3.0 - 2.0 * t) } +function toArray(a){ return Array.prototype.slice.call(a) } function shuffle(a){ for (var i = a.length; i > 0; i--){ var r = randint(i) |
