mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 17:30:59 +01:00
Merge pull request #3407 from caengen/patch-1
Examples: Remove unused variable
This commit is contained in:
commit
3c0c9da6c6
@ -2,7 +2,6 @@
|
||||
import { onMount } from 'svelte';
|
||||
|
||||
let canvas;
|
||||
let ctx;
|
||||
let running = false;
|
||||
|
||||
const r = Math.random();
|
||||
@ -56,4 +55,4 @@
|
||||
bind:this={canvas}
|
||||
width={32}
|
||||
height={32}
|
||||
></canvas>
|
||||
></canvas>
|
||||
|
Loading…
Reference in New Issue
Block a user