fixed some mentions stuff

This commit is contained in:
jeena 2013-07-22 02:02:59 +02:00
parent 3aa9a73045
commit 06fd235bec
10 changed files with 222 additions and 199 deletions

View file

@ -178,7 +178,7 @@ function(HostApp, APICalls, Hmac) {
HostApp.loggedIn();
}
Oauth.prototype.logout = function() {
Oauth.prototype.logout = function() { // FIXME
var url = APICalls.mkApiRootPath("/apps/" + HostApp.stringForKey("app_id"));
var http_method = "DELETE";