Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion de/community/contributor-onboarding.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ And, of course: make sure they know they can always contact you with any questio
- if not clear: help find a good client (e.g. Textual for Mac or another client you can recommend)
- what to post
- how to ask
- office hours, see [http://hood.ie/irc](IRC page) for details
- office hours, see [IRC page](http://hood.ie/irc) for details

#### GitHub
- repository strucutre
Expand Down
2 changes: 1 addition & 1 deletion de/techdocs/api/client/hoodie.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ todoStore.findAll().done(function(allTodos) {
| event | String | custom event identifier. | yes |
| param | Object | Detail information the event will pass to the listeners. | no |

Since you can listen for store events using [on](#on), this gives you the opportunity to send events of your own to the listeners. This includes the standard events as mentionend in for instance [hoodie.store.on](/techdocs/api/client/hoodie.store.html#storeon) as well as your personal custom events. Imagine you want to trigger an event when a todo is done. This could look something similiar to this:
Since you can listen for store events using [on](#on), this gives you the opportunity to send events of your own to the listeners. This includes the standard events as mentionend in for instance [hoodie.store.on](/de/techdocs/api/client/hoodie.store.html#storeon) as well as your personal custom events. Imagine you want to trigger an event when a todo is done. This could look something similiar to this:


##### Example
Expand Down
Loading