fix reset / restart default method

This commit is contained in:
Felix Roos 2022-04-24 21:00:11 +02:00
parent 60027e664f
commit 23836e2345

View File

@ -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',