From 4b0cef8a835a10a59d8f98894590ea28cf2eec45 Mon Sep 17 00:00:00 2001 From: Steve Howell Date: Wed, 14 Aug 2013 13:22:28 -0400 Subject: [PATCH] Fixed code comments (imported from commit 75b0ad464bab2e9b0b24f7c6a484b9c99d8b5a7a) --- static/js/message_list.js | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/static/js/message_list.js b/static/js/message_list.js index db98c66529..efa062a65c 100644 --- a/static/js/message_list.js +++ b/static/js/message_list.js @@ -622,11 +622,13 @@ MessageList.prototype = { } if (this === current_msg_list) { - // We don't have a Message class, but we can at least hide the messy details - // of rows.js from compose_fade. We provide a callback function to be lazy-- - // compose_fade may not actually need the elements depending on its internal - // state. + // Update the fade. + var get_elements = function (message) { + // We don't have a Message class, but we can at least hide the messy details + // of rows.js from compose_fade. We provide a callback function to be lazy-- + // compose_fade may not actually need the elements depending on its internal + // state. var message_row = rows.get(message.id, table_name); var lst = [message_row]; if (message.include_recipient) {