Add random to .jshintrc

This commit is contained in:
Christoph Diehl 2017-04-13 16:17:33 +03:00
parent 3a2e88c4b3
commit 539443ede2

View file

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