mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 06:19:33 -04:00
use inline scope in examples
This commit is contained in:
@@ -122,6 +122,10 @@ strudel.Pattern.prototype.midi = function () {
|
||||
return this;
|
||||
};
|
||||
|
||||
strudel.Pattern.prototype._scope = function () {
|
||||
return this;
|
||||
};
|
||||
|
||||
const uiHelpersMocked = {
|
||||
backgroundImage: id,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user