ArraySet - documentation

(rest of changes..)
This commit is contained in:
Paul 2014-11-17 19:55:23 -08:00
parent 5ec4c4cbe8
commit 3c57773710

View file

@ -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);
}
}