mirror of
https://github.com/photonstorm/phaser
synced 2024-11-17 10:18:42 +00:00
callbackScope is an optional param
This commit is contained in:
parent
e34d759928
commit
49e5e5c3a9
1 changed files with 2 additions and 2 deletions
|
@ -179,7 +179,7 @@ var Set = new Class({
|
|||
* @genericUse {Phaser.Structs.Set.<T>} - [$return]
|
||||
*
|
||||
* @param {EachSetCallback} callback - The callback to be invoked and passed each value this Set contains.
|
||||
* @param {*} callbackScope - The scope of the callback.
|
||||
* @param {*} [callbackScope] - The scope of the callback.
|
||||
*
|
||||
* @return {Phaser.Structs.Set} This Set object.
|
||||
*/
|
||||
|
@ -224,7 +224,7 @@ var Set = new Class({
|
|||
* @genericUse {Phaser.Structs.Set.<T>} - [$return]
|
||||
*
|
||||
* @param {EachSetCallback} callback - The callback to be invoked and passed each value this Set contains.
|
||||
* @param {*} callbackScope - The scope of the callback.
|
||||
* @param {*} [callbackScope] - The scope of the callback.
|
||||
*
|
||||
* @return {Phaser.Structs.Set} This Set object.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue