use inline scope in examples

This commit is contained in:
Felix Roos
2024-06-02 14:03:05 +02:00
parent d0510f862a
commit b6e277f1ea
3 changed files with 26 additions and 17 deletions
+4
View File
@@ -122,6 +122,10 @@ strudel.Pattern.prototype.midi = function () {
return this;
};
strudel.Pattern.prototype._scope = function () {
return this;
};
const uiHelpersMocked = {
backgroundImage: id,
};