Add swap inputs feature

This commit is contained in:
Patrick Lekaj 2019-08-25 22:10:25 +02:00
parent d3e3e6e6fc
commit 88c7843924
12 changed files with 78 additions and 16 deletions

View file

@ -23,6 +23,7 @@ class ConvertMass extends Operation {
this.infoURL = "https://wikipedia.org/wiki/Orders_of_magnitude_(mass)";
this.inputType = "BigNumber";
this.outputType = "BigNumber";
this.inputSwapable = true;
this.args = [
{
"name": "Input units",