Skip to content

Commit

Permalink
Update readme with new event states
Browse files Browse the repository at this point in the history
  • Loading branch information
outdooricon committed Jan 27, 2015
1 parent 829ec81 commit 89f65a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ UsersManager = Backbone.Manager.extend
transitionMethod: 'switchToUser'

events:
'load:users.detail': 'prepareUser'
'transition': 'logToAnalytics'
'loadSuccess:users.detail': 'prepareUser'
'transitionStart': 'logToAnalytics'

initialize: ->
# ...
Expand Down

0 comments on commit 89f65a4

Please sign in to comment.