Skip to content

Commit

Permalink
Updating README.
Browse files Browse the repository at this point in the history
  • Loading branch information
efeminella committed Aug 9, 2013
1 parent 3eec535 commit 0158a6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ broker.has('users'); //false
broker.has('roles'); //false
```
### Undefined and null Events
As of version 1.1.1, invoking EventBroker.trigger with null or undefined will result in an error being thrown. This can help mitigate tracking down unhandled events due to erroneously undefined event names being referenced.
``` javascript
Expand Down

0 comments on commit 0158a6e

Please sign in to comment.