From: Ian Jackson Date: Sat, 16 Jan 2021 22:06:50 +0000 (+0000) Subject: Postpone a couple of JS xxx into todo X-Git-Tag: otter-0.4.0~681 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=31567b723817b932cc9033b47ad4589418f338da;p=otter.git Postpone a couple of JS xxx into todo Signed-off-by: Ian Jackson --- 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;