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

Commit 02169d4

Browse files
SekibOmazicpetebacondarwin
authored andcommitted
docs(angular.extend) actually only copies own enumerable properties
Closes #9007
1 parent 25d0eff commit 02169d4

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
@@ -327,7 +327,7 @@ function setHashKey(obj, h) {
327327
* @kind function
328328
*
329329
* @description
330-
* Extends the destination object `dst` by copying all of the properties from the `src` object(s)
330+
* Extends the destination object `dst` by copying own enumerable properties from the `src` object(s)
331331
* to `dst`. You can specify multiple `src` objects.
332332
*
333333
* @param {Object} dst Destination object.

0 commit comments

Comments
 (0)