Updated docs

This commit is contained in:
Richard Davey 2019-07-08 13:03:25 +01:00
parent b8c0e6b856
commit 5f13fe8c7c

View file

@ -9,6 +9,9 @@ var Clone = require('./Clone');
/**
* Creates a new Object using all values from obj1 and obj2.
* If a value exists in both obj1 and obj2, the value in obj1 is used.
*
* This is only a shallow copy. Deeply nested objects are not cloned, so be sure to only use this
* function on shallow objects.
*
* @function Phaser.Utils.Objects.Merge
* @since 3.0.0