jasonusa / webgrind

Automatically exported from code.google.com/p/webgrind
Other
0 stars 0 forks source link

Javascript problem in IE. Missing "var" inside a function block #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
There's a bug in the JavaScript where I get an Error in IE.
Actually it's missing a "var" in the line where it gets the options...
  The line is something like options = new Object(); IE was
complaining that options was already initialized and this was actually
a local variable. So adding "var" in front made IE happy. 

Original issue reported on code.google.com by gena01 on 12 Jul 2008 at 2:35

GoogleCodeExporter commented 8 years ago
Thank you for the report. The issue is fixed in r123

Original comment by oett...@gmail.com on 12 Jul 2008 at 4:10