diff options
author | anekos | 2011-01-19 06:47:36 +0900 |
---|---|---|
committer | anekos | 2011-01-19 06:47:36 +0900 |
commit | df62410ad871ea3557672c944954a322afdb9cd5 (patch) | |
tree | 46386d3caef8da8201390f83f4fab974bc6fdc96 /twittperator.js | |
parent | f66aafa6df7fd356ef61ec6be7f5e911922a2429 (diff) | |
download | vimperator-plugins-df62410ad871ea3557672c944954a322afdb9cd5.tar.bz2 |
Fix style
Diffstat (limited to 'twittperator.js')
-rw-r--r-- | twittperator.js | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |