From 7e728a4a0aa7d7bb4b0465c5dac63b432b3c2ddf Mon Sep 17 00:00:00 2001 From: Jeff Date: Tue, 4 Apr 2017 12:53:10 -0400 Subject: [PATCH] typo --- contrib/js/nntpchan/livechan.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/js/nntpchan/livechan.js b/contrib/js/nntpchan/livechan.js index f4bde19..9a1b802 100644 --- a/contrib/js/nntpchan/livechan.js +++ b/contrib/js/nntpchan/livechan.js @@ -1429,4 +1429,4 @@ Chat.prototype.generateChat = function(data) { chat.appendChild(header); chat.appendChild(body); return chat; -} +};