Fixed a copy and paste error within the settings.

This commit is contained in:
Tobias Tom 2012-07-19 12:20:13 +03:00
parent 19287ebb5d
commit 46fa3f0e63

View file

@ -41,9 +41,8 @@ define({
// BROWSER // BROWSER
CANVAS_DOM_ID: 'canvasContainer', CANVAS_DOM_ID: 'canvasContainer',
IS_BROWSER_ENVIRONMENT: isBrowserEnvironment(){ IS_BROWSER_ENVIRONMENT: typeof window !== 'undefined',
return typeof window !== 'undefined';
},
DEBUG_MODE: true, DEBUG_MODE: true,
// NETWORKING // NETWORKING