Constrain Windows Scripting Host env to Loader.js

This commit is contained in:
Christian Wesselhoeft 2014-03-23 09:18:31 -07:00
parent f409a735f0
commit 3b4c034452
2 changed files with 1 additions and 1 deletions

View file

@ -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();`.

View file

@ -1,3 +1,4 @@
/* jshint wsh:true */
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2014 Photon Storm Ltd.