mirror of
https://github.com/flarum/core.git
synced 2025-07-10 03:16:22 +02:00
This commit fixes the method `abbreviateNumber` so that it behaves as stated in the JSDoc. Previously, an input of `1234` would have produced `1K`. With this change, the output will be `1.2K`.