Skip to content

Commit

Permalink
fix event chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
rvillemeur committed Sep 5, 2024
1 parent 4c791c5 commit a6fc3ad
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Chapters/bloc/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ BlElement new
openInNewSpace
```

`addEventHandlerOn:do:` returns the new handler so that we can store to remove it in case.

#addEventHandlerOn: do: returns the new event handler. add a #yourself send after to return a BlElement.
`addEventHandlerOn:do:` returns the new handler so that we can store to remove it in case. Add a #yourself send after to return a BlElement.

`when:do:` is now deprecated and rewritten as `addEventHandlerOn:do:`
SD: we should update the following
Expand Down

0 comments on commit a6fc3ad

Please sign in to comment.