mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
docs(Angular.js): add missing @returns to extend()
This commit is contained in:
parent
5bc2836a0d
commit
59eb50204a
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue