From 36acd109d5ceb39776d9c09636fb50d821672645 Mon Sep 17 00:00:00 2001 From: mattn Date: Tue, 5 Aug 2008 11:36:36 +0000 Subject: タブとかタブとかタブとか改行を修正 git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@17113 d0d07461-0603-4401-acd4-de1884942a52 --- mixiecho.js | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) (limited to 'mixiecho.js') diff --git a/mixiecho.js b/mixiecho.js index 2854b15..0ad259c 100644 --- a/mixiecho.js +++ b/mixiecho.js @@ -6,7 +6,7 @@ (function(){ var ucnv = Components.classes["@mozilla.org/intl/scriptableunicodeconverter"] .createInstance(Components.interfaces.nsIScriptableUnicodeConverter); - ucnv.charset = "EUC-JP"; + ucnv.charset = "EUC-JP"; function sprintf(format){ var i = 1, re = /%s/, result = "" + format; while (re.test(result) && i < arguments.length) result = result.replace(re, arguments[i++]); @@ -52,7 +52,7 @@ XPathResult.FIRST_ORDERED_NODE_TYPE, null); return result.singleNodeValue ? result.singleNodeValue : null; } - function showFollowersStatus(){ + function showFollowersStatus(){ var xhr = new XMLHttpRequest(); xhr.open("GET", "http://mixi.jp/recent_echo.pl", false); xhr.send(null); @@ -77,7 +77,6 @@ text : text }); }); - var html =