0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00

Remove unused r variable.

This commit is contained in:
Hunter Perrin 2019-03-29 20:11:40 -07:00 committed by GitHub
parent a07eac432a
commit 19f68f358b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>