diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-05-12 00:34:35 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-05-12 00:34:35 -0400 |
| commit | 256979d57cfaa4a3bf3b7e3d51568530f936b5b0 (patch) | |
| tree | c1a89a574cfa92816980435d8997b90eb4870e02 /js | |
| parent | 362bbc5898685d20c08bbd81fe7d1a9f9470f6ca (diff) | |
less looooooooong lines
Diffstat (limited to 'js')
| -rw-r--r-- | js/ui/nopaint.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
