This commit is contained in:
Amaury Butaux 2019-01-02 04:13:52 +01:00
parent d7860e6c8f
commit 8b3876e9d4

View file

@ -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 = [];