Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-10-10 17:09:40 +03:00
parent f9cc690254
commit a71459a5cb

View File

@ -142,7 +142,7 @@ This will:
- link `<obj-copy>` to the same prototype chain
- copy all _own_ keys from `<obj>` to `<obj-copy>`
Note that this will make to attempt to clone object type.
Note that this will make no attempt to clone object type.
_XXX not yet sure how useful this is._