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,6 +1,6 @@
define(['Lib/Vendor/Three', 'Game/Config/Settings'], function (Three, Settings) {
function CameraController(isOrthographic) {
function CameraController (isOrthographic) {
isOrthographic = typeof isOrthographic == 'undefined'
? true

View file

@ -7,7 +7,7 @@ var requires = [
define(requires, function (DomController, Three, Settings, CameraController){
function ViewController(){
function ViewController (){
this.mesh = null;
this.scene = null;