Try without the special case for reset/restart
This commit is contained in:
parent
7af3c33814
commit
f7dedd6244
1 changed files with 2 additions and 2 deletions
|
|
@ -880,8 +880,8 @@ for (const [what, op] of Object.entries(composers)) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Pattern.prototype.reset = Pattern.prototype.keepReset;
|
// Pattern.prototype.reset = Pattern.prototype.keepReset;
|
||||||
Pattern.prototype.restart = Pattern.prototype.keepRestart;
|
// 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 = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue