Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
adjusting to the BC break in 0.9.10 - success callback arguments have…
… been changed
  • Loading branch information
dorongutman committed Feb 10, 2013
commit e855f871b35bb371fa1664b78e50e7ff573fb49b
2 changes: 1 addition & 1 deletion src/FacebookUser.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
if(response.error) {
options.error(response);
} else {
options.success(response);
options.success(model, response, options);
}
return true;
};
Expand Down