From: Ian Jackson Date: Mon, 12 Apr 2021 18:27:44 +0000 (+0100) Subject: js: Tiny reformat X-Git-Tag: otter-0.5.0~101 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=98d1364348871becd8a16b8b8565c9a95bdd891c;p=otter.git js: Tiny reformat Signed-off-by: Ian Jackson --- diff --git a/templates/script.ts b/templates/script.ts index 754c666f..64c77fa0 100644 --- a/templates/script.ts +++ b/templates/script.ts @@ -906,8 +906,7 @@ function mouse_find_clicked(e: MouseEvent, target: SVGGraphicsElement, return mouse_clicked_one(piece); } else if (special_count == 0) { return mouse_find_lowest(e); - } else { - // special_count > 0 + } else { // special_count > 0 let clickpos = mouseevent_pos(e); return mouse_find_predicate( special_count,