Skip to content

Always have a radix for parseInt

Vinay Rosenberg requested to merge github/fork/bbc/20-radix into development

Created by: LloydW93

Ensure all calls to parseInt that currently do not have a radix have a radix to ensure predictable behaviour.

However, it's probably worth considering whether the second TTMLParser parseInt (L534) is necessary, or whether a Math.floor/round would be more preferable.

Merge request reports