Merge pull request #1 from hperrin/patch-2

Remove unused r variable.
pull/2343/head
Hunter Perrin 6 years ago committed by GitHub
commit 94594eb298
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,8 +5,6 @@
let ctx; let ctx;
let running = false; let running = false;
const r = Math.random();
onMount(() => { onMount(() => {
const ctx = canvas.getContext('2d'); const ctx = canvas.getContext('2d');
let frame; let frame;

Loading…
Cancel
Save