From 7308d8b62c8a8807f8c076704da317548b8465d9 Mon Sep 17 00:00:00 2001 From: Alexander Marks Date: Wed, 1 Nov 2017 17:34:12 -0700 Subject: [PATCH] Annotate DomApi with @memberof Polymer --- lib/legacy/polymer.dom.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/legacy/polymer.dom.html b/lib/legacy/polymer.dom.html index f86596b1e9..54125e847e 100644 --- a/lib/legacy/polymer.dom.html +++ b/lib/legacy/polymer.dom.html @@ -39,6 +39,8 @@ /** * Node API wrapper class returned from `Polymer.dom.(target)` when * `target` is a `Node`. + * + * @memberof Polymer */ class DomApi {