mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-14 12:08:27 +08:00
docs(Angular.js): add missing @returns to extend()
This commit is contained in:
committed by
Pete Bacon Darwin
parent
5bc2836a0d
commit
59eb50204a
@@ -238,6 +238,7 @@ function setHashKey(obj, h) {
|
||||
*
|
||||
* @param {Object} dst Destination object.
|
||||
* @param {...Object} src Source object(s).
|
||||
* @returns {Object} Reference to `dst`.
|
||||
*/
|
||||
function extend(dst) {
|
||||
var h = dst.$$hashKey;
|
||||
|
||||
Reference in New Issue
Block a user