weimingtom / minijoe

Automatically exported from code.google.com/p/minijoe
1 stars 0 forks source link

Unreferenced variable in canvasoids.js #18

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open /javascript/canvasoids.html from Chrome
2. Go to developer tools/Java Script console
3. Open "Scripts" and error would show

What is the expected output? What do you see instead?
At line #63 variable "lives" is set to 0.
In lines 277,304,306,322,324 variable "lifes" is used instead.

What version of the product are you using? On what operating system?
SVN Revision 52, Windows XP

Please provide any additional information below.
Replacing all lifes->lives fixes the error.
Also, canvasoids.html has minor typing error in the <title> tag.

Original issue reported on code.google.com by dak...@gmail.com on 30 Sep 2009 at 8:23