Skip to content

Commit

Permalink
Updating README. Fixed typo in example.
Browse files Browse the repository at this point in the history
  • Loading branch information
efeminella committed Aug 9, 2013
1 parent 0158a6e commit a58aadf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -279,9 +279,9 @@ As of version 1.1.1, invoking EventBroker.trigger with null or undefined will re
``` javascript
var Events = {
LOGIN: 'authentication:login'
LOGIN: 'login'
};
// Events.LOGIN exist is defined
// Events.LOGIN is defined
Backbone.EventBroker.trigger(Events.LOGIN); // triggers

// Events.LOGOUT is undefined
Expand Down

0 comments on commit a58aadf

Please sign in to comment.