From fbca3e4c0ddee39ed892cce19fa60bcc587db899 Mon Sep 17 00:00:00 2001 From: sandb Date: Wed, 30 Dec 2009 12:19:31 +0100 Subject: [PATCH] less load --- js/pamela.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/pamela.js b/js/pamela.js index 98fd0d5..d7e567d 100644 --- a/js/pamela.js +++ b/js/pamela.js @@ -126,7 +126,7 @@ Pamela.prototype.mouseclick = function(event) { Pamela.prototype.fire = function() { if (!this.play) return; var self = this; - this.timer = setTimeout(function() { self.draw(); }, 10); + this.timer = setTimeout(function() { self.draw(); }, 50); }; Pamela.prototype.stop = function() {