From df62410ad871ea3557672c944954a322afdb9cd5 Mon Sep 17 00:00:00 2001 From: anekos Date: Wed, 19 Jan 2011 06:47:36 +0900 Subject: Fix style --- twittperator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'twittperator.js') diff --git a/twittperator.js b/twittperator.js index fe721b0..a5918ec 100644 --- a/twittperator.js +++ b/twittperator.js @@ -1911,7 +1911,7 @@ let PLUGIN_INFO = function rt(st) ("retweeted_status" in st ? st.retweeted_status : st); - function removeNewLine (text) + function removeNewLine(text) text.replace(/\r\n|[\r\n]/g, ' '); function completer(generator, nort) { -- cgit v1.2.3