Skip to content

Commit

Permalink
Fix typo. Oh why do I love this language?
Browse files Browse the repository at this point in the history
  • Loading branch information
ammmir committed Jan 23, 2013
1 parent 34c92ad commit 7eb0889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function parse_authorization(authorization) {
var username = creds.slice(0, i);
password = creds.slice(i + 1);

return(username, password);
return [username, password];
}

function OAuth2Provider(options) {
Expand Down

0 comments on commit 7eb0889

Please sign in to comment.