mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 22:33:24 +00:00
Lint
This commit is contained in:
@@ -32,7 +32,8 @@ export default class DamageDealt extends TranslatedComponent {
|
||||
}
|
||||
|
||||
/**
|
||||
* Triggered when the comparator ship changes
|
||||
* Triggered when the ship changes
|
||||
* @param {string} s the new ship ID
|
||||
*/
|
||||
_onShipChange(s) {
|
||||
this.setState({ against: Ships[s] });
|
||||
|
||||
@@ -41,6 +41,7 @@ export default class ShipSelector extends TranslatedComponent {
|
||||
|
||||
/**
|
||||
* Handle opening the menu
|
||||
* @param {string} menu The ID of the opened menu
|
||||
* @param {SyntheticEvent} event Event
|
||||
*/
|
||||
_openMenu(menu, event) {
|
||||
|
||||
Reference in New Issue
Block a user