Condense comment
This commit is contained in:
parent
3b797ca9d8
commit
0be8cbf55b
1 changed files with 1 additions and 3 deletions
|
|
@ -17,9 +17,7 @@ export class Team {
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
/*
|
/* The getters for the various class properties */
|
||||||
* The getters for the various class properties
|
|
||||||
*/
|
|
||||||
get hand(): string[] { return this._hand; };
|
get hand(): string[] { return this._hand; };
|
||||||
get answers(): string[] { return this._answers; };
|
get answers(): string[] { return this._answers; };
|
||||||
get questions(): string[] { return this._questions; };
|
get questions(): string[] { return this._questions; };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue