From 2d0d65e4a111a0468b4c0fcd8977fd54cdc6994b Mon Sep 17 00:00:00 2001 From: anekos Date: Tue, 6 Sep 2011 14:54:09 +0900 Subject: 引数付け忘れ --- google-plus-commando.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'google-plus-commando.js') diff --git a/google-plus-commando.js b/google-plus-commando.js index 06d36ca..ae446ba 100644 --- a/google-plus-commando.js +++ b/google-plus-commando.js @@ -1304,7 +1304,7 @@ let g:gplus_commando_map_menu = "m" xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded;charset=UTF-8'); xhr.setRequestHeader('Origin', HOME_URL); - xhr.onreadystatechange = function () { + xhr.onreadystatechange = function (aEvent) { let xhr = aEvent.target, msg = 'Google+: ', XBW = window.XULBrowserWindow; -- cgit v1.2.3