Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86a3361 commit e83fab9Copy full SHA for e83fab9
src/Angular.js
@@ -332,9 +332,7 @@ function setHashKey(obj, h) {
332
*
333
* @description
334
* Extends the destination object `dst` by copying own enumerable properties from the `src` object(s)
335
- * to `dst`. You can specify multiple `src` objects.
336
- *
337
- * You can specify multiple `src` objects. If you want to preserve original objects, you can do so
+ * to `dst`. You can specify multiple `src` objects. If you want to preserve original objects, you can do so
338
* by passing an empty object as the target: `var object = angular.extend({}, object1, object2)`.
339
340
* @param {Object} dst Destination object.
0 commit comments