mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
added comma
This commit is contained in:
parent
920485bcb2
commit
40b0d5a3ce
1 changed files with 2 additions and 2 deletions
|
|
@ -1,9 +1,9 @@
|
||||||
define([
|
define([
|
||||||
"Game/Core/Physics/Engine"
|
"Game/Core/Physics/Engine",
|
||||||
"Game/Core/Loader/Level"
|
"Game/Core/Loader/Level"
|
||||||
],
|
],
|
||||||
|
|
||||||
function(Engine, Level, ) {
|
function(Engine, Level) {
|
||||||
|
|
||||||
function GameController(physicsEngine) {
|
function GameController(physicsEngine) {
|
||||||
this.players = {};
|
this.players = {};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue