Update signal.mjs
Fixed pickr() description
This commit is contained in:
parent
23c55c9636
commit
03a73fb95e
1 changed files with 1 additions and 3 deletions
|
|
@ -244,9 +244,7 @@ export const pickmodF = register('pickmodF', function (lookup, funcs, pat) {
|
||||||
return pat.apply(pickmod(lookup, funcs));
|
return pat.apply(pickmod(lookup, funcs));
|
||||||
});
|
});
|
||||||
|
|
||||||
/**
|
/** * Similar to `pick`, but restart() is invoked everytime a new index is triggered.
|
||||||
/** * Picks patterns (or plain values) either from a list (by index) or a lookup table (by name).
|
|
||||||
* Similar to `pick`, but restart() is invoked everytime a new index is triggered.
|
|
||||||
* In case of stacked indexes, collect() function is used to avoid multiple restarting triggers
|
* In case of stacked indexes, collect() function is used to avoid multiple restarting triggers
|
||||||
* @param {Pattern} pat
|
* @param {Pattern} pat
|
||||||
* @param {*} xs
|
* @param {*} xs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue