Made docs even more explicit. Close #4084

This commit is contained in:
Richard Davey 2018-10-05 16:39:42 +01:00
parent 4d13702c33
commit 31109422b6

View file

@ -84,6 +84,9 @@ var DataManager = new Class({
* ```
*
* Doing so will emit a `setdata` event from the parent of this Data Manager.
*
* Do not modify this object directly. Adding properties directly to this object will not
* emit any events. Always use `DataManager.set` to create new items the first time around.
*
* @name Phaser.Data.DataManager#values
* @type {Object.<string, *>}