diff options
| author | Peter Bacon Darwin | 2014-03-07 19:58:19 +0000 |
|---|---|---|
| committer | Peter Bacon Darwin | 2014-03-11 10:16:38 +0000 |
| commit | e9e8d49216aca962f9225736faa2507c48b16491 (patch) | |
| tree | d6fe72d438b278d5a9ac2bb0a2da07936bd4f642 /src/ng/rootScope.js | |
| parent | 550fc21ce562aa5250370b62a02cc9d17ca4a106 (diff) | |
| download | angular.js-e9e8d49216aca962f9225736faa2507c48b16491.tar.bz2 | |
style(jsdoc tags): remove/ammend invalid tags
As highlighted by the new sterner dgeni.
Diffstat (limited to 'src/ng/rootScope.js')
| -rw-r--r-- | src/ng/rootScope.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ng/rootScope.js b/src/ng/rootScope.js index 9c75534c..2bb965bb 100644 --- a/src/ng/rootScope.js +++ b/src/ng/rootScope.js @@ -139,7 +139,6 @@ function $RootScopeProvider(){ /** * @ngdoc property * @name $rootScope.Scope#$id - * @propertyOf ng.$rootScope.Scope * @returns {number} Unique scope ID (monotonically increasing alphanumeric sequence) useful for * debugging. */ @@ -652,7 +651,6 @@ function $RootScopeProvider(){ /** * @ngdoc event * @name $rootScope.Scope#$destroy - * @eventOf ng.$rootScope.Scope * @eventType broadcast on scope being destroyed * * @description |
