Przeglądaj źródła

Large customary area was bugging out

tags/v0.7.0
Fen Dweller 7 lat temu
rodzic
commit
0d33240964
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      units.js

+ 1
- 1
units.js Wyświetl plik

@@ -279,7 +279,7 @@ function customaryArea(m2, singular=false) {
let area = round(ft2,1);
return area + (singular || area == 1 ? " square foot" : " square feet");
} else {
let length = round(ft2 /5280 / 5280,1);
let area = round(ft2 / 5280 / 5280,1);
return area + (singular || area == 1 ? " square mile" : " square miles");
}
}


Ładowanie…
Anuluj
Zapisz