Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maccman committed Nov 30, 2011
1 parent 842f4bd commit 8a372e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/docs/example_tasks.md
Expand Up @@ -368,7 +368,7 @@ So the last part of our tutorial is going to cover completing and deleting tasks
constructor: ->
super
@item.bind("update", @render)
@item.bind("destroy", @destroy)
@item.bind("destroy", @release)

render: =>
@replace($("#taskTemplate").tmpl(@item))
Expand Down

0 comments on commit 8a372e2

Please sign in to comment.