Skip to content

Commit

Permalink
Update master
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Jul 18, 2012
1 parent d8cec6d commit c0a4771
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -69,11 +69,11 @@ Likewise, for a view referring to a `playable` model:
```
class App.View.Track extends Backbone.View
initialize: ->
@model.bind "paused", @paused
@model.bind "played", @played
@model.bind "resumed", @played
@model.bind "stopped", @stopped
@model.bind "finished", @finished
@model.bind "player:paused", @paused
@model.bind "player:played", @played
@model.bind "player:resumed", @played
@model.bind "player:stopped", @stopped
@model.bind "player:finished", @finished
```

backbone.modelizer
Expand Down

0 comments on commit c0a4771

Please sign in to comment.