Skip to content

Commit

Permalink
+Symbol to jshint vars
Browse files Browse the repository at this point in the history
  • Loading branch information
termi committed Oct 6, 2014
1 parent 228c23c commit 7c89473
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions jshint_globals/vars.js
Expand Up @@ -36,7 +36,7 @@ exports.ecmaIdentifiers = {
String : false,
SyntaxError : false,
TypeError : false,
URIError : false,
URIError : false
};

exports.newEcmaIdentifiers = {
Expand All @@ -45,7 +45,8 @@ exports.newEcmaIdentifiers = {
WeakMap : false,
WeakSet : false,
Proxy : false,
Promise : false
Promise : false,
Symbol : false
};

// Global variables commonly provided by a web browser environment.
Expand Down

0 comments on commit 7c89473

Please sign in to comment.