Add random to .jshintrc

This commit is contained in:
Christoph Diehl 2017-04-13 16:17:33 +03:00
parent 3a2e88c4b3
commit 539443ede2
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
"undef": true,
"unused": true,
"globals": {
"Random": true,
"random": true,
"make": true
}
}