Skip to content

Commit

Permalink
Merge pull request #4272 from Oramy/master
Browse files Browse the repository at this point in the history
Fixed Issue #4271
  • Loading branch information
photonstorm authored Jan 4, 2019
2 parents 874929d + 8b3876e commit b5135ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/fbinstant/src/Leaderboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ var Leaderboard = new Class({

var _this = this;

this.ref.getEntriesAsync().then(function (entries)
this.ref.getEntriesAsync(count, offset).then(function (entries)
{
_this.scores = [];

Expand Down

0 comments on commit b5135ec

Please sign in to comment.