diff options
| author | Joakim Blomskøld | 2013-05-21 19:33:13 +0200 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-05-21 21:39:53 +0100 |
| commit | 84fe86c7fddbe28339188ff547015037a63e4c41 (patch) | |
| tree | c296d316a38405b3dcad6f24d35a4300a8c744f4 | |
| parent | 5e1ed9d5d2169954399bbfe1f3bb8153684eb3c9 (diff) | |
| download | angular.js-84fe86c7fddbe28339188ff547015037a63e4c41.tar.bz2 | |
docs(Angular.js): add missing @returns to extend()
| -rw-r--r-- | src/Angular.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Angular.js b/src/Angular.js index 8a14b6aa..da1bf226 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -220,6 +220,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; |
