From a5781a58211b7fdcd2e5d93a16b217bbd491622b Mon Sep 17 00:00:00 2001 From: anekos Date: Fri, 17 Sep 2010 16:51:34 +0000 Subject: 一部revert: 謎なので git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38480 d0d07461-0603-4401-acd4-de1884942a52 --- twittperator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'twittperator.js') diff --git a/twittperator.js b/twittperator.js index 4944659..fcf8f37 100755 --- a/twittperator.js +++ b/twittperator.js @@ -1321,7 +1321,7 @@ let PLUGIN_INFO = lines[0] = buf + lines[0]; for (let [, line] in Iterator(lines.slice(0, -1))) { try { - if (/^[ \n\r\t]*\{/(line)) + if (/^\s*\{/(line)) onMsg(Utils.fixStatusObject(JSON.parse(line)), line); } catch (e) { liberator.log(e); } } -- cgit v1.2.3