Fix typo that was messing up context edit of todo

This commit is contained in:
Eric Allen 2009-09-22 22:21:57 -04:00
parent a09b55d6b6
commit 36fb043ed6

View file

@ -175,7 +175,7 @@ todoItems = {
$(itemsElem).css({height: '', overflow: ''});
},
expandNextActionListingByContext: function(itemsElemId, skipAnimation){
todoItems.expandNextActionListing($('#'+itemsElem).get(), skipAnimation);
todoItems.expandNextActionListing($('#'+itemsElemId).get(), skipAnimation);
},
// private