Skip to content

Commit

Permalink
Update google+.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrand666 committed Mar 18, 2013
1 parent c60eeb4 commit 4e4f7b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/google+.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ google.generateAPI({
api.plus.people.search({
query: 'Dave',
maxResults: 5
}, function (err, user) {
}, function (err, res, user) {
if (err) {
console.log('ERROR:', err);
return;
Expand Down

0 comments on commit 4e4f7b7

Please sign in to comment.