mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
Constrain Windows Scripting Host env to Loader.js
This commit is contained in:
parent
f409a735f0
commit
3b4c034452
2 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
|||
"globals" : { "Phaser": false, "PIXI": false, "p2": false },
|
||||
// Ignore Environment Globals
|
||||
"browser" : true, // Standard browser globals e.g. `window`, `document`.
|
||||
"wsh" : true, // Windows Scripting Host.
|
||||
|
||||
// Development
|
||||
"devel" : true, // Allow developments statements e.g. `console.log();`.
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/* jshint wsh:true */
|
||||
/**
|
||||
* @author Richard Davey <rich@photonstorm.com>
|
||||
* @copyright 2014 Photon Storm Ltd.
|
||||
|
|
Loading…
Add table
Reference in a new issue