added chrome as global

This commit is contained in:
Stephen Rodriguez
2015-07-14 13:14:46 -04:00
parent e070b884c3
commit b25cebbca5
5 changed files with 5 additions and 5 deletions

View File

@@ -6,5 +6,5 @@
"undef": true,
"unused": true,
"trailing": true,
"predef": ["chrome"]
"predef": [ "chrome" ]
}