mirror of
https://github.com/photonstorm/phaser
synced 2024-11-26 22:52:14 +00:00
Allow process global.
This commit is contained in:
parent
ee59425be3
commit
b9d425172d
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"globals" : { "Phaser": false, "PIXI": false, "p2": false, "CocoonJS": false },
|
"globals" : { "Phaser": false, "PIXI": false, "p2": false, "CocoonJS": false, "process": false },
|
||||||
|
|
||||||
// Ignore Environment Globals
|
// Ignore Environment Globals
|
||||||
"browser" : true, // Standard browser globals e.g. `window`, `document`.
|
"browser" : true, // Standard browser globals e.g. `window`, `document`.
|
||||||
|
|
Loading…
Reference in a new issue