$('#comment-' + comment_id).slideDown('slow');\r
},\r
\r
+ canned_comment: function(post_id, comment) {\r
+ $('#comment-' + post_id + '-form textarea').val(comment);\r
+ },\r
+\r
update_comment: function(comment_id, comment_text) {\r
var $comment = $('#comment-' + comment_id);\r
$comment.find('.comment-text').html(comment_text);\r