diff --git a/www/oauth.js b/www/oauth.js index e1ad094..a4fe570 100644 --- a/www/oauth.js +++ b/www/oauth.js @@ -124,6 +124,7 @@ module.exports = { else callback(new Error("unable to receive token")); }); + return wnd; }, http: function(opts) { var options = {};