Skip to content

Commit

Permalink
getRank typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewyang96 committed Jul 25, 2015
1 parent 138474b commit 3de3ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/results.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ var renderChoices = function (IDs, data) {
done();
});
}, this, function () {
getRanks(game, getUserID(), function (place) {
getRank(game, getUserID(), function (place) {
var context = {players: playerObjs, score: score, place: place};
var renderedTemplate = yourChoicesTemplate(context);
$("#your-choices-view").html(renderedTemplate);
Expand Down

0 comments on commit 3de3ec5

Please sign in to comment.