From 256979d57cfaa4a3bf3b7e3d51568530f936b5b0 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 12 May 2016 00:34:35 -0400 Subject: less looooooooong lines --- js/ui/nopaint.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') diff --git a/js/ui/nopaint.js b/js/ui/nopaint.js index be94f1e..f82aae2 100644 --- a/js/ui/nopaint.js +++ b/js/ui/nopaint.js @@ -153,7 +153,7 @@ var nopaint = (function(){ }, play: function(){ clearTimeout(this.timeout) - var delay = nopaint.is_turbo ? randrange(300, 600) : randrange(400, 800) + var delay = nopaint.is_turbo ? randrange(250, 500) : randrange(400, 800) this.timeout = setTimeout(this.play.bind(this), delay) this.check_fitness() this.step += 1 -- cgit v1.2.3-70-g09d2