Skip to content

Commit b5135ec

Browse files
authored
Merge pull request phaserjs#4272 from Oramy/master
Fixed Issue phaserjs#4271
2 parents 874929d + 8b3876e commit b5135ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/fbinstant/src/Leaderboard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ var Leaderboard = new Class({
248248

249249
var _this = this;
250250

251-
this.ref.getEntriesAsync().then(function (entries)
251+
this.ref.getEntriesAsync(count, offset).then(function (entries)
252252
{
253253
_this.scores = [];
254254

0 commit comments

Comments
 (0)