phetsims/neuron

parseInt missing radix argument

Closed this issue · 2 comments

neuron-main.js contains 1 call to parseInt with no radix argument.

Documentation for parseInt says:

Different implementations produce different results when a radix is not specified, usually defaulting the value to 10.

Fixed. Assigned to @jbphet to review.

Looks good to me. Thanks. Closing.