From: Ian Jackson Date: Wed, 30 Dec 2020 01:07:51 +0000 (+0000) Subject: synch works X-Git-Tag: otter-0.2.0~81 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=7e50913727d1c8e8aad36a62e94f953d559036c0;p=otter.git synch works OTTER_WDT_LOG=otter_webdriver_tests=trace CARGO_MANIFEST_DIR=~ian/Rustup/Game/server time target/debug/wdt-simple --geckodriver-args= Signed-off-by: Ian Jackson --- diff --git a/templates/script.ts b/templates/script.ts index dd34a102..43de0eae 100644 --- a/templates/script.ts +++ b/templates/script.ts @@ -86,6 +86,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 var globalinfo_elem : HTMLElement; var layout: Layout; var general_timeout : number = 10000;