Browse Source

Increase default precision

tags/v0.0.7
Fen Dweller 5 years ago
parent
commit
4c1c20bbab
No known key found for this signature in database GPG Key ID: E80B35A6F11C3656
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      numbers.js

+ 1
- 1
numbers.js View File

@@ -1,4 +1,4 @@
function render(val, places = 1, smallPlaces = 0) {
function render(val, places = 3, smallPlaces = 0) {
return numberMode.render(val, places, smallPlaces);
}



Loading…
Cancel
Save