Skip to content

Commit

Permalink
Include Window global for jshint default globals.
Browse files Browse the repository at this point in the history
  • Loading branch information
idearat committed Nov 11, 2014
1 parent e7baafa commit 35428e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .jshintrc
Expand Up @@ -74,8 +74,7 @@
"passfail" : false,
"white" : false,

"globals" : {"APP":true, "TP":true, "self":false, "escape":false, "unescape":false},

"globals" : {"APP":true, "TP":true, "Window":false, "self":false, "escape":false, "unescape":false},

"predef" : [ ]
}

0 comments on commit 35428e5

Please sign in to comment.