Allow register in autocomplete, add vel as synonym for velocity, fix some controls
This commit is contained in:
parent
cfeff26d42
commit
a278f21f1b
2 changed files with 9 additions and 12 deletions
|
|
@ -1587,7 +1587,6 @@ export const func = curry((a, b) => reify(b).func(a));
|
|||
*
|
||||
* @param {string | string[]} name name of the function, or an array of names to be used as synonyms
|
||||
* @param {function} func function with 1 or more params, where last is the current pattern
|
||||
* @noAutocomplete
|
||||
*
|
||||
*/
|
||||
export function register(name, func, patternify = true, preserveSteps = false, join = (x) => x.innerJoin()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue