mirror of
https://github.com/google/blockly.git
synced 2026-05-03 02:20:12 +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.