From 8b3876e9d46e56807fee66e69ceb8324eaa85e00 Mon Sep 17 00:00:00 2001 From: Amaury Butaux Date: Wed, 2 Jan 2019 04:13:52 +0100 Subject: [PATCH] Fixed Issue #4271 --- plugins/fbinstant/src/Leaderboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/fbinstant/src/Leaderboard.js b/plugins/fbinstant/src/Leaderboard.js index b20070766..722626ada 100644 --- a/plugins/fbinstant/src/Leaderboard.js +++ b/plugins/fbinstant/src/Leaderboard.js @@ -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 = [];