Skip to content

Commit a85cc34

Browse files
authored
Remove unused r variable.
1 parent a07eac4 commit a85cc34

File tree

1 file changed

+1
-3
lines changed
  • site/content/tutorial/06-bindings/11-bind-this/app-a

1 file changed

+1
-3
lines changed

site/content/tutorial/06-bindings/11-bind-this/app-a/App.svelte

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
let ctx;
66
let running = false;
77
8-
const r = Math.random();
9-
108
onMount(() => {
119
const ctx = canvas.getContext('2d');
1210
let frame;
@@ -55,4 +53,4 @@
5553
<canvas
5654
width={32}
5755
height={32}
58-
></canvas>
56+
></canvas>

0 commit comments

Comments
 (0)