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});
|
||||
}
|
||||
|
||||
slot() {
|
||||
return new Slot();
|
||||
slot(onDone) {
|
||||
return new Slot({onDone});
|
||||
}
|
||||
|
||||
strictEquality(left, right) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user