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:
parent
a07eac432a
commit
19f68f358b
@ -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…
Reference in New Issue
Block a user