Skip to content

Commit

Permalink
Removed debugger;
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyCC committed Feb 2, 2014
1 parent 3451b11 commit 4188cd0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/app/scripts/controllers/facebook-example.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ angular.module('facebook')
// normally you would define a User.js data module for all your user objects and the method below would be on the user, e.g. $rootScope.currentUser.fbConnect()
ParseQueryAngular(Parse.FacebookUtils, {
functionToCall: "logIn", params: [null,
{

{
success: function (user) {
var userId = user.id;
FB.api("/me", function (response) {
Expand Down

0 comments on commit 4188cd0

Please sign in to comment.