0
0
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:
Rich Harris 2019-08-16 13:29:52 -04:00 committed by GitHub
commit 3c0c9da6c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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