From 52cd36b29866ce6bc1c6e3a55cabeddad8faf69e Mon Sep 17 00:00:00 2001 From: David Halls Date: Thu, 2 Sep 2021 20:52:38 +0100 Subject: [PATCH] Update TODO --- site/example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/example.js b/site/example.js index f12d0a8..3b90b9a 100644 --- a/site/example.js +++ b/site/example.js @@ -327,7 +327,7 @@ async function start() { canvas_el.style.width = `${width}px`; canvas_el.style.height = `${height}px`; // TODO: - // windows, iOS, find a mac to test + // Android, iOS, find a mac to test } }