Skip to content

Commit

Permalink
fixed jshint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed Aug 24, 2014
1 parent 4fa21d5 commit 8ced517
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/services/services.js
Original file line number Diff line number Diff line change
Expand Up @@ -557,14 +557,14 @@
data = data || {};

throw "add object camel casing here";
//railsFieldRenamingInterceptor().core(data);
/*railsFieldRenamingInterceptor().core(data);
if (data.response === "ok") {
Authenticator.loginSuccess(data);
}
else {
Authenticator.loginFailure(data);
}
}*/
});
}

Expand Down

0 comments on commit 8ced517

Please sign in to comment.