mirror of
https://github.com/google/blockly.git
synced 2026-06-04 18:25:14 +02:00
e77a9b7e81
Number() is a bit less forgiving than parseFloat() and is more likely to generate NaN rather than some random number. An audit of each case shows nowhere that parseFloat()’s features are needed.