chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b12c346
)
Postpone a couple of JS xxx into todo
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 16 Jan 2021 22:06:50 +0000
(22:06 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 20 Jan 2021 20:47:38 +0000
(20:47 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
templates/script.ts
patch
|
blob
|
history
diff --git
a/templates/script.ts
b/templates/script.ts
index b36b0e6938977750d9b779d12ade95027ec6569d..be063efdd468d21302b25fce10234ad7265b6714 100644
(file)
--- a/
templates/script.ts
+++ b/
templates/script.ts
@@
-87,8
+87,8
@@
type PieceErrorHandler = (piece: PieceId, p: PieceInfo, m: PieceOpError)
=> boolean;
interface DispatchTable<H> { [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;