Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit fbd620e

Browse files
SekibOmazicpetebacondarwin
authored andcommitted
docs(angular.extend) actually only copies own enumerable properties
Closes #9007
1 parent 4cfc279 commit fbd620e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Angular.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ function setHashKey(obj, h) {
338338
* @kind function
339339
*
340340
* @description
341-
* Extends the destination object `dst` by copying all of the properties from the `src` object(s)
341+
* Extends the destination object `dst` by copying own enumerable properties from the `src` object(s)
342342
* to `dst`. You can specify multiple `src` objects.
343343
*
344344
* @param {Object} dst Destination object.

0 commit comments

Comments
 (0)