A very minor bug.
in html.js
the variable param is undeclared html.js#innerHTML function.
param1 and param2 are declared, and used in the else block, but the if block uses param, which is not declared.
I noticed because it was overwriting a param variable in the window object's context.
the variable param is undeclared html.js#innerHTML function.
param1 and param2 are declared, and used in the else block, but the if block uses param, which is not declared.
I noticed because it was overwriting a param variable in the window object's context.
gbegley
July 8,