From 36fb043ed6738e10b68122dd175953a8e204c921 Mon Sep 17 00:00:00 2001 From: Eric Allen Date: Tue, 22 Sep 2009 22:21:57 -0400 Subject: [PATCH] Fix typo that was messing up context edit of todo --- public/javascripts/application.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/javascripts/application.js b/public/javascripts/application.js index c2e7a865..450cac1a 100644 --- a/public/javascripts/application.js +++ b/public/javascripts/application.js @@ -175,7 +175,7 @@ todoItems = { $(itemsElem).css({height: '', overflow: ''}); }, expandNextActionListingByContext: function(itemsElemId, skipAnimation){ - todoItems.expandNextActionListing($('#'+itemsElem).get(), skipAnimation); + todoItems.expandNextActionListing($('#'+itemsElemId).get(), skipAnimation); }, // private