Преглед изворни кода

Increase default precision

tags/v0.0.7
Fen Dweller пре 5 година
родитељ
комит
4c1c20bbab
No known key found for this signature in database GPG Key ID: E80B35A6F11C3656
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      numbers.js

+ 1
- 1
numbers.js Прегледај датотеку

@@ -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…
Откажи
Сачувај