fix reset / restart default method
This commit is contained in:
parent
60027e664f
commit
23836e2345
1 changed files with 3 additions and 0 deletions
|
|
@ -814,6 +814,9 @@ for (const [name, op] of Object.entries(composers)) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Pattern.prototype.reset = Pattern.prototype.keepReset;
|
||||||
|
Pattern.prototype.restart = Pattern.prototype.keepRestart;
|
||||||
|
|
||||||
// methods of Pattern that get callable factories
|
// methods of Pattern that get callable factories
|
||||||
Pattern.prototype.patternified = [
|
Pattern.prototype.patternified = [
|
||||||
'apply',
|
'apply',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue