create arithmetic specific delimiter options

This commit is contained in:
d98762625 2018-05-15 14:59:28 +01:00
parent 6ddc1b1c9c
commit 3bbfc130d4
8 changed files with 19 additions and 14 deletions

View file

@ -7,7 +7,7 @@
import BigNumber from "bignumber.js";
import Operation from "../Operation";
import { sum, createNumArray } from "../lib/Arithmetic";
import { DELIM_OPTIONS } from "../lib/Delim";
import { ARITHMETIC_DELIM_OPTIONS } from "../lib/Delim";
/**
@ -30,7 +30,7 @@ class Sum extends Operation {
{
"name": "Delimiter",
"type": "option",
"value": DELIM_OPTIONS,
"value": ARITHMETIC_DELIM_OPTIONS,
}
];
}