mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +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
|
||||
CANVAS_DOM_ID: 'canvasContainer',
|
||||
IS_BROWSER_ENVIRONMENT: isBrowserEnvironment(){
|
||||
return typeof window !== 'undefined';
|
||||
},
|
||||
IS_BROWSER_ENVIRONMENT: typeof window !== 'undefined',
|
||||
|
||||
DEBUG_MODE: true,
|
||||
|
||||
// NETWORKING
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue