Fix lint issues

This commit is contained in:
Colin McLeod
2016-04-04 13:02:26 -07:00
parent 6f1b86118e
commit 3d0259c304

View File

@@ -89,6 +89,11 @@ export default class ShipyardPage extends Page {
};
}
/**
* Higlight the current ship in the table
* @param {String} shipId Ship Id
* @param {SyntheticEvent} event Event
*/
_highlightShip(shipId, event) {
event.stopPropagation();
this.setState({ shipId });