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
Next Next commit
Remove unused r variable.
  • Loading branch information
hperrin authored Mar 30, 2019
commit a85cc349b87701d29dc8deb04246037b01922537
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
let ctx;
let running = false;

const r = Math.random();

onMount(() => {
const ctx = canvas.getContext('2d');
let frame;
Expand Down Expand Up @@ -55,4 +53,4 @@
<canvas
width={32}
height={32}
></canvas>
></canvas>