Przeglądaj źródła

Increase default precision

tags/v0.0.7
Fen Dweller 5 lat temu
rodzic
commit
4c1c20bbab
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: E80B35A6F11C3656
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      numbers.js

+ 1
- 1
numbers.js Wyświetl plik

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



Ładowanie…
Anuluj
Zapisz