Merge pull request #3407 from caengen/patch-1

Examples: Remove unused variable
pull/3416/head
Rich Harris 5 years ago committed by GitHub
commit 3c0c9da6c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save