mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Allow onDone for builder.slot()
This commit is contained in:
parent
86f7f406e4
commit
841a21e4e6
@ -153,8 +153,8 @@ class Builder {
|
|||||||
return new SelfInvokingFunction({params, args, body});
|
return new SelfInvokingFunction({params, args, body});
|
||||||
}
|
}
|
||||||
|
|
||||||
slot() {
|
slot(onDone) {
|
||||||
return new Slot();
|
return new Slot({onDone});
|
||||||
}
|
}
|
||||||
|
|
||||||
strictEquality(left, right) {
|
strictEquality(left, right) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user