This commit is contained in:
Richard Davey 2020-01-13 12:29:57 +00:00
parent b63dd557e1
commit fce658aea2

View file

@ -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.
*/