git @ Cat's Eye Technologies HTML5-Gewgaws / 78f7d01
Bah. Chris Pressey 10 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
33 var ctx;
44
55 this.draw = function(timeElapsed) {
6 if (counter_elem) {
7 counter_elem.innerHTML = Math.floor(counter);
6 if (this.counter_elem) {
7 this.counter_elem.innerHTML = Math.floor(counter);
88 }
99 ctx.clearRect(0, 0, canvas.width, canvas.height);
1010 ctx.beginPath();