From 8a372e230619a59b8344091724e652fd5961a1c9 Mon Sep 17 00:00:00 2001 From: Alex MacCaw Date: Wed, 30 Nov 2011 08:17:52 -0800 Subject: [PATCH] fix typo --- app/views/docs/example_tasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/docs/example_tasks.md b/app/views/docs/example_tasks.md index 431d5b0..d9a9ab2 100644 --- a/app/views/docs/example_tasks.md +++ b/app/views/docs/example_tasks.md @@ -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))