checked paths for inheritance in client

This commit is contained in:
logsol 2013-12-09 16:48:37 +01:00
parent d8933dc9d3
commit 907ef49a53
8 changed files with 33 additions and 12 deletions

View file

@ -1,4 +1,9 @@
define(['Lib/Vendor/Three', 'Game/Config/Settings'], function (Three, Settings) {
define([
'Lib/Vendor/Three',
'Game/Config/Settings'
],
function (Three, Settings) {
function CameraController () {
this.zoom = 1;

View file

@ -1,4 +1,8 @@
define(['Game/Config/Settings'], function (Settings) {
define([
'Game/Config/Settings'
],
function (Settings) {
var DomController = {
canvas: null,