mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-16 11:52:04 +02:00
semicolons
This commit is contained in:
parent
9b6889e237
commit
751b991522
1 changed files with 2 additions and 2 deletions
|
@ -258,7 +258,7 @@ var createAll = function() {
|
|||
lightAtTheEnd: lightAtTheEnd
|
||||
}
|
||||
})
|
||||
})
|
||||
});
|
||||
};
|
||||
|
||||
createAll();
|
||||
|
@ -269,5 +269,5 @@ if (CLEANUP === true) {
|
|||
Entities.deleteEntity(ball);
|
||||
Entities.deleteEntity(ballSpawningAnchor);
|
||||
Entities.deleteEntity(lightAtTheEnd);
|
||||
})
|
||||
});
|
||||
};
|
Loading…
Reference in a new issue