diff --git a/app.js b/app.js index cf44a51cb..ced421b91 100644 --- a/app.js +++ b/app.js @@ -434,6 +434,9 @@ function dump(elem, filename){ return false; } +/* + * Appends the given message to the chat conversation. + */ function updateChatConversation(nick, message) { var divClassName = '';