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 running = false;
const r = Math.random();
onMount(() => {
const ctx = canvas.getContext('2d');
let frame;
@ -56,4 +54,4 @@
bind:this={canvas}
width={32}
height={32}
></canvas>
></canvas>

Loading…
Cancel
Save