changed function XXX( to function XXX (

This commit is contained in:
logsol 2012-07-28 13:54:49 +02:00
parent 7e5eeb0a27
commit 76daceb2e7
22 changed files with 22 additions and 22 deletions

View file

@ -1,7 +1,7 @@
define(["Game/Config/Settings", "Lib/Vendor/Box2D", "Game/Core/Collision/Detector"], function (Settings, Box2D, CollisionDetector) {
// Public
function Level(path, engine) {
function Level (path, engine) {
this.path = path;
this.engine = engine;
this.levelObject = null;