mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 07:05:35 +00:00
attempted fix for jsdoc detection
This commit is contained in:
@@ -23,9 +23,9 @@ export default class ShipPicker extends TranslatedComponent {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* constructor
|
||||||
* @param {Object} props React Component properties
|
* @param {object} props Properties react
|
||||||
* @param {Object} context React Component context
|
* @param {object} context react context
|
||||||
*/
|
*/
|
||||||
constructor(props, context) {
|
constructor(props, context) {
|
||||||
super(props);
|
super(props);
|
||||||
|
|||||||
Reference in New Issue
Block a user