Explorar el Código

Add hands

master
Fen Dweller hace 3 años
padre
commit
1e6b9b7b1f
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. +7
    -0
      macrovision.js

+ 7
- 0
macrovision.js Ver fichero

@@ -455,6 +455,12 @@ math.createUnit("townships", {
aliases: ["township", "surveytownships", "surveytownships"] aliases: ["township", "surveytownships", "surveytownships"]
}); });


math.createUnit("hands", {
definition: "4 inches",
prefixes: "long",
aliases: ["hand", "hands"]
});

//#endregion //#endregion


const defaultUnits = { const defaultUnits = {
@@ -513,6 +519,7 @@ const unitChoices = {
"ShoeSizeUK", "ShoeSizeUK",
"ShoeSizeMensUS", "ShoeSizeMensUS",
"ShoeSizeWomensUS", "ShoeSizeWomensUS",
"hands",
"stories", "stories",
"buses", "buses",
"marathons", "marathons",


Cargando…
Cancelar
Guardar