mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
Fixed a copy and paste error within the settings.
This commit is contained in:
parent
19287ebb5d
commit
46fa3f0e63
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue