mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 22:18:29 +00:00
Fix #4825
This commit is contained in:
parent
b63dd557e1
commit
fce658aea2
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@
|
|||
* @since 3.16.1
|
||||
*
|
||||
* @param {any} parent - A reference to the object that owns the instance of the Data Manager responsible for this event.
|
||||
* @param {string} key - The unique key of the data item within the Data Manager.
|
||||
* @param {any} value - The item that was updated in the Data Manager. This can be of any data type, i.e. a string, boolean, number, object or instance.
|
||||
* @param {any} previousValue - The previous item that was updated in the Data Manager. This can be of any data type, i.e. a string, boolean, number, object or instance.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue