mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-11 08:43:02 +00:00
Attempt to fix JSDoc
This commit is contained in:
@@ -24,8 +24,8 @@ export default class ShipPicker extends TranslatedComponent {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
* @param {Object} props React Component properties
|
* @param {Object} props React Component properties
|
||||||
* @param {Object} context React Component context
|
* @param {Object} context React Component context
|
||||||
*/
|
*/
|
||||||
constructor(props, context) {
|
constructor(props, context) {
|
||||||
super(props);
|
super(props);
|
||||||
@@ -39,8 +39,8 @@ export default class ShipPicker extends TranslatedComponent {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Update ship
|
* Update ship
|
||||||
* @param {object} ship the ship
|
* @param {object} ship the ship
|
||||||
* @param {string} build the build, if present
|
* @param {string} build the build, if present
|
||||||
*/
|
*/
|
||||||
_shipChange(ship, build) {
|
_shipChange(ship, build) {
|
||||||
this._closeMenu();
|
this._closeMenu();
|
||||||
|
|||||||
Reference in New Issue
Block a user