commit move
This commit is contained in:
parent
03eb68c354
commit
805d693680
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ export const functions = {
|
|||
{
|
||||
requires_arg1: true,
|
||||
requires_arg2: true,
|
||||
convert_args: false
|
||||
convert_args: true
|
||||
}),
|
||||
modulo: new Function(
|
||||
(index, arg1, arg2) => { return arg1 % arg2; },
|
||||
|
|
Loading…
Reference in a new issue