use inline scope in examples
This commit is contained in:
parent
d0510f862a
commit
b6e277f1ea
3 changed files with 26 additions and 17 deletions
|
|
@ -122,6 +122,10 @@ strudel.Pattern.prototype.midi = function () {
|
|||
return this;
|
||||
};
|
||||
|
||||
strudel.Pattern.prototype._scope = function () {
|
||||
return this;
|
||||
};
|
||||
|
||||
const uiHelpersMocked = {
|
||||
backgroundImage: id,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue