mirror of
https://github.com/photonstorm/phaser
synced 2024-11-21 20:23:19 +00:00
Fixed Issue #4271
This commit is contained in:
parent
d7860e6c8f
commit
8b3876e9d4
1 changed files with 1 additions and 1 deletions
|
@ -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 = [];
|
||||
|
||||
|
|
Loading…
Reference in a new issue