MediaWiki:Gadget-hero-comparison.js: Difference between revisionsGive feedback
Jump to navigation
Jump to search
Toggleable alt fire rows for heroes that have it, bunch of other changes. |
Sig fig 3 to 4 |
||
| Line 101: | Line 101: | ||
const displayValue = (typeof newValue === 'number') | const displayValue = (typeof newValue === 'number') | ||
? roundToSigFigs(newValue, | ? roundToSigFigs(newValue, 4) | ||
: newValue; | : newValue; | ||