diff options
author | anekos | 2011-09-06 14:54:09 +0900 |
---|---|---|
committer | anekos | 2011-09-06 14:54:09 +0900 |
commit | 2d0d65e4a111a0468b4c0fcd8977fd54cdc6994b (patch) | |
tree | 1f2034efa349d3fe17a2d4e39a9ff9601f898e5a /google-plus-commando.js | |
parent | 41b9ab788a4af4fcc3e268bc41c975644d230e76 (diff) | |
download | vimperator-plugins-2d0d65e4a111a0468b4c0fcd8977fd54cdc6994b.tar.bz2 |
引数付け忘れ
Diffstat (limited to 'google-plus-commando.js')
-rw-r--r-- | google-plus-commando.js | 2 |
1 files changed, 1 insertions, 1 deletions
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; |