Skip to content

Commit 8b3876e

Browse files
author
Amaury Butaux
committed
Fixed Issue phaserjs#4271
1 parent d7860e6 commit 8b3876e

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)