Skip to content

Commit 3b4c034

Browse files
author
Christian Wesselhoeft
committed
Constrain Windows Scripting Host env to Loader.js
1 parent f409a73 commit 3b4c034

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.jshintrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"globals" : { "Phaser": false, "PIXI": false, "p2": false },
33
// Ignore Environment Globals
44
"browser" : true, // Standard browser globals e.g. `window`, `document`.
5-
"wsh" : true, // Windows Scripting Host.
65

76
// Development
87
"devel" : true, // Allow developments statements e.g. `console.log();`.

src/loader/Loader.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* jshint wsh:true */
12
/**
23
* @author Richard Davey <rich@photonstorm.com>
34
* @copyright 2014 Photon Storm Ltd.

0 commit comments

Comments
 (0)