Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
murwa committed Mar 27, 2016
1 parent a34e4cb commit de50675
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion satellizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ if (typeof module !== 'undefined' && typeof exports !== 'undefined' && module.ex
};

// Don't take a token, just auth and get the data back
oauth.contacts = function(name, redirect, userData) {
Oauth.contacts = function(name, redirect, userData) {
var provider = config.providers[name].type === '1.0' ? new Oauth1() : new Oauth2();
var deferred = $q.defer();

Expand Down
Loading

0 comments on commit de50675

Please sign in to comment.