mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 20:53:39 +00:00
Updated docs
This commit is contained in:
parent
b8c0e6b856
commit
5f13fe8c7c
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue