Fen Dweller пре 4 година
родитељ
комит
9349f4de29
1 измењених фајлова са 9 додато и 1 уклоњено
  1. +9
    -1
      macrovision.js

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

@@ -254,6 +254,13 @@ math.createUnit("donkeySeconds", {
definition: "250 joules", definition: "250 joules",
prefixes: "long" prefixes: "long"
}) })
math.createUnit("HU", {
definition: "0.75 inches",
aliases: [
"HUs",
"hammerUnits"
]
});


const defaultUnits = { const defaultUnits = {
length: { length: {
@@ -321,7 +328,8 @@ const unitChoices = {
"beardSeconds", "beardSeconds",
"points", "points",
"smoots", "smoots",
"furlongs"
"furlongs",
"HUs"
] ]
}, },
area: { area: {


Loading…
Откажи
Сачувај