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
CANVAS_DOM_ID: 'canvasContainer',
IS_BROWSER_ENVIRONMENT: isBrowserEnvironment(){
return typeof window !== 'undefined';
},
IS_BROWSER_ENVIRONMENT: typeof window !== 'undefined',
DEBUG_MODE: true,
// NETWORKING