Skip to content

Commit 3c57773

Browse files
committed
ArraySet - documentation
(rest of changes..)
1 parent 5ec4c4c commit 3c57773

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/ArraySet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Phaser.ArraySet.prototype = {
151151
{
152152
if (this.list[i] && this.list[i][key])
153153
{
154-
this.list[i][callback].apply(this.list[i], args);
154+
this.list[i][key].apply(this.list[i], args);
155155
}
156156
}
157157

0 commit comments

Comments
 (0)