index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/modules/game/sightLine.js')
-rw-r--r-- | src/modules/game/sightLine.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/game/sightLine.js b/src/modules/game/sightLine.js index ae46265..8c3be37 100644 --- a/src/modules/game/sightLine.js +++ b/src/modules/game/sightLine.js @@ -167,10 +167,10 @@ export default function(svg, board) { } return { - draw: draw, - clear: clear, - update: update, - toggleLock: toggleLock, + draw, + clear, + update, + toggleLock, get sightLine() { return sightLine; |