[Build] Define more common globals

This commit is contained in:
Victor Woeltjen 2016-03-04 10:36:10 -08:00
parent 02b806ebe0
commit bc8aafbb1f

View File

@ -10,7 +10,11 @@
"nocomma": true,
"nonbsp": true,
"nonew": true,
"predef": ["define"],
"predef": [
"define",
"Blob",
"Promise"
],
"strict": "implied",
"undef": true,
"unused": true