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

Commit 59eb502

Browse files
joakimblpetebacondarwin
authored andcommitted
docs(Angular.js): add missing @returns to extend()
1 parent 5bc2836 commit 59eb502

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Angular.js

+1
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ function setHashKey(obj, h) {
238238
*
239239
* @param {Object} dst Destination object.
240240
* @param {...Object} src Source object(s).
241+
* @returns {Object} Reference to `dst`.
241242
*/
242243
function extend(dst) {
243244
var h = dst.$$hashKey;

0 commit comments

Comments
 (0)