mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-15 22:34:17 +08:00
docs(angular.extend) actually only copies own enumerable properties
Closes #9007
This commit is contained in:
committed by
Peter Bacon Darwin
parent
4cfc279d39
commit
fbd620e8ae
@@ -338,7 +338,7 @@ function setHashKey(obj, h) {
|
||||
* @kind function
|
||||
*
|
||||
* @description
|
||||
* Extends the destination object `dst` by copying all of the properties from the `src` object(s)
|
||||
* Extends the destination object `dst` by copying own enumerable properties from the `src` object(s)
|
||||
* to `dst`. You can specify multiple `src` objects.
|
||||
*
|
||||
* @param {Object} dst Destination object.
|
||||
|
||||
Reference in New Issue
Block a user