Skip to content

Commit a6bff43

Browse files
committed
Add @return description
1 parent 0810bf3 commit a6bff43

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/legacy/legacy-element-mixin.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,8 @@ export const LegacyElementMixin = dedupingMixin((base) => {
517517
* is contained. This is a shorthand for
518518
* `this.getRootNode().host`.
519519
* @this {Element}
520-
* @return {?Node}
520+
* @return {?Node} The element whose local dom within which this element is
521+
* contained.
521522
*/
522523
get domHost() {
523524
let root = wrap(this).getRootNode();

0 commit comments

Comments
 (0)