fix typo
This commit is contained in:
parent
89085b94b1
commit
0a30639e37
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ let functions = {
|
|||
subtract: (index, args, prev) => { return prev - args; }
|
||||
}
|
||||
|
||||
export functions;
|
||||
export const functions;
|
||||
|
||||
function tick_pattern() {
|
||||
// do the parsing stuff here
|
||||
|
|
Loading…
Reference in a new issue