From 31567b723817b932cc9033b47ad4589418f338da Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 16 Jan 2021 22:06:50 +0000 Subject: [PATCH] Postpone a couple of JS xxx into todo Signed-off-by: Ian Jackson --- templates/script.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/script.ts b/templates/script.ts index b36b0e69..be063efd 100644 --- a/templates/script.ts +++ b/templates/script.ts @@ -87,8 +87,8 @@ type PieceErrorHandler = (piece: PieceId, p: PieceInfo, m: PieceOpError) => boolean; interface DispatchTable { [key: string]: H }; -// xxx turn all var into let -// xxx any exceptions should have otter in them or something +// todo turn all var into let +// todo any exceptions should have otter in them or something var globalinfo_elem : HTMLElement; var layout: Layout; var held_surround_colour: string; -- 2.30.2