docs(Angular.js): add missing @returns to extend()

This commit is contained in:
Joakim Blomskøld 2013-05-21 19:33:13 +02:00 committed by Pete Bacon Darwin
parent 5bc2836a0d
commit 59eb50204a

View file

@ -238,6 +238,7 @@ function setHashKey(obj, h) {
* *
* @param {Object} dst Destination object. * @param {Object} dst Destination object.
* @param {...Object} src Source object(s). * @param {...Object} src Source object(s).
* @returns {Object} Reference to `dst`.
*/ */
function extend(dst) { function extend(dst) {
var h = dst.$$hashKey; var h = dst.$$hashKey;