Attempt to fix JSDoc

This commit is contained in:
strideynet
2017-08-17 14:12:25 +01:00
committed by GitHub
parent 77ae126a51
commit 00afd1cd6a

View File

@@ -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();