Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 84fe86c

Browse files
joakimblpetebacondarwin
authored andcommitted
docs(Angular.js): add missing @returns to extend()
1 parent 5e1ed9d commit 84fe86c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Angular.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ function setHashKey(obj, h) {
220220
*
221221
* @param {Object} dst Destination object.
222222
* @param {...Object} src Source object(s).
223+
* @returns {Object} Reference to `dst`.
223224
*/
224225
function extend(dst) {
225226
var h = dst.$$hashKey;

0 commit comments

Comments
 (0)