Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove unused ctx/running variables
  • Loading branch information
Rich-Harris authored Mar 30, 2019
commit 68d6793c9759632faa28487c1333ab6dc09aed47
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
import { onMount } from 'svelte';

let canvas;
let ctx;
let running = false;

onMount(() => {
const ctx = canvas.getContext('2d');
Expand Down