Appease linter

This commit is contained in:
Tyler Hallada 2018-04-15 04:06:45 -04:00
parent 35b4ef25bb
commit a79f501c5e
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ export default class Line {
start: PIXI.Point,
startDirection: Direction,
numStations: number,
color: tinycolorInstance
color: tinycolorInstance,
) {
this.color = color;
this.stations = [];

View File

@ -21,7 +21,7 @@ export default class Train {
passengers: number,
origin: Station,
destination: Station,
color: tinycolorInstance
color: tinycolorInstance,
) {
this.location = location;
this.speed = speed;