added comma

This commit is contained in:
Jeena Paradies 2012-07-22 02:27:26 +02:00
parent 920485bcb2
commit 40b0d5a3ce

View file

@ -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 = {};