mirror of
https://github.com/photonstorm/phaser
synced 2024-11-16 01:38:23 +00:00
ArraySet - documentation
(rest of changes..)
This commit is contained in:
parent
5ec4c4cbe8
commit
3c57773710
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ Phaser.ArraySet.prototype = {
|
|||
{
|
||||
if (this.list[i] && this.list[i][key])
|
||||
{
|
||||
this.list[i][callback].apply(this.list[i], args);
|
||||
this.list[i][key].apply(this.list[i], args);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue