Skip to content

Commit 38ed4d6

Browse files
committed
Update Domain.ts
1 parent 4ef61ef commit 38ed4d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

manual/assets/js/src/objects/Domain.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ export function createLights(): Group {
2626
/**
2727
* Creates the environment.
2828
*
29-
* @return {Group} The environment.
29+
* @return The environment.
3030
*/
3131

32-
export function createEnvironment() {
32+
export function createEnvironment(): Group {
3333

3434
const environment = new Group();
3535
const material = new MeshStandardMaterial({
@@ -103,7 +103,7 @@ export function createEnvironment() {
103103
/**
104104
* Creates the scene actors.
105105
*
106-
* @return {Group} The actors.
106+
* @return The actors.
107107
*/
108108

109109
export function createActors(): Group {

0 commit comments

Comments
 (0)