From 539443ede2654307838393259e8a174719bb020a Mon Sep 17 00:00:00 2001 From: Christoph Diehl Date: Thu, 13 Apr 2017 16:17:33 +0300 Subject: [PATCH] Add random to .jshintrc --- .jshintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.jshintrc b/.jshintrc index 3c71666..6eba332 100644 --- a/.jshintrc +++ b/.jshintrc @@ -16,7 +16,7 @@ "undef": true, "unused": true, "globals": { - "Random": true, + "random": true, "make": true } } \ No newline at end of file