You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/core/Group.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1575,7 +1575,7 @@ Phaser.Group.prototype.descendingSortHandler = function (a, b) {
1575
1575
* @method Phaser.Group#iterate
1576
1576
* @param {string} key - The child property to check, i.e. 'exists', 'alive', 'health'
1577
1577
* @param {any} value - A child matches if `child[key] === value` is true.
1578
-
* @param {integer} returnType - How to iterate the childen and what to return.
1578
+
* @param {integer} returnType - How to iterate the children and what to return.
1579
1579
* @param {function} [callback=null] - Optional function that will be called on each matching child. The matched child is supplied as the first argument.
1580
1580
* @param {object} [callbackContext] - The context in which the function should be called (usually 'this').
1581
1581
* @param {any[]} [args=(none)] - The arguments supplied to to the callback; the first array index (argument) will be replaced with the matched child.
0 commit comments