aboutsummaryrefslogtreecommitdiffstats
path: root/loginManager.js
diff options
context:
space:
mode:
authoranekos2011-05-26 22:17:50 +0900
committeranekos2011-05-26 22:17:50 +0900
commit819e9895648eb342f2c9da90e01827fe8429c1af (patch)
treeff1014a404610182213b304192ca9392ceb77b72 /loginManager.js
parent7c181f6162481b83fefa1e3a85023a491634d68c (diff)
downloadvimperator-plugins-819e9895648eb342f2c9da90e01827fe8429c1af.tar.bz2
ログアウトできないバグ修正
Diffstat (limited to 'loginManager.js')
-rw-r--r--loginManager.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/loginManager.js b/loginManager.js
index 8bd4776..b7a6a9f 100644
--- a/loginManager.js
+++ b/loginManager.js
@@ -145,7 +145,7 @@ function Service(service) //{{{
login();
};
- self.logout = function(){
+ self.logout = function(username){
let content = {};
let host = service.HOST[0];
if (service.extraField && !self.setExtraField(content)) return false;