Skip to content

Commit

Permalink
Updating README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
efeminella committed Aug 7, 2014
1 parent e15f2dd commit 0ac9d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,6 @@ var Events = {
// Events.LOGIN is defined
Backbone.EventBroker.trigger(Events.LOGIN); // triggers

// Events.LOGOUT is undefined
// Events.AUTHENTICATION is undefined, thus triggering the EventBroker results in an exception being thrown
Backbone.EventBroker.trigger(Events.AUTHENTICATION); // error thrown
```

0 comments on commit 0ac9d4b

Please sign in to comment.