Skip to content

Commit

Permalink
Add @return description
Browse files Browse the repository at this point in the history
  • Loading branch information
aomarks committed Jun 14, 2019
1 parent 0810bf3 commit a6bff43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/legacy/legacy-element-mixin.js
Expand Up @@ -517,7 +517,8 @@ export const LegacyElementMixin = dedupingMixin((base) => {
* is contained. This is a shorthand for
* `this.getRootNode().host`.
* @this {Element}
* @return {?Node}
* @return {?Node} The element whose local dom within which this element is
* contained.
*/
get domHost() {
let root = wrap(this).getRootNode();
Expand Down

0 comments on commit a6bff43

Please sign in to comment.