From 67a0575b3e96e524e005c63d1cb658185f4896c2 Mon Sep 17 00:00:00 2001 From: Sekib Omazic Date: Wed, 10 Sep 2014 10:24:33 +0200 Subject: [PATCH] Extend copies own enumerable properties only Extend makes a shallow copy. --- src/Angular.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Angular.js b/src/Angular.js index 851135c3953a..6d25786c6e7f 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -327,7 +327,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.