From 61ca60e4bfecee3f6dcc86c58e3f4cdaaf741d11 Mon Sep 17 00:00:00 2001 From: Kevin Schaaf Date: Thu, 5 Apr 2018 18:57:59 -0700 Subject: [PATCH] Add reasoning for suppress missingProperties --- lib/legacy/legacy-element-mixin.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/legacy/legacy-element-mixin.html b/lib/legacy/legacy-element-mixin.html index f820a95692..c1302b1346 100644 --- a/lib/legacy/legacy-element-mixin.html +++ b/lib/legacy/legacy-element-mixin.html @@ -91,7 +91,8 @@ * passed to `Polymer({...})`) to the static API. * * @return {!Object} The `import.meta` object set on the prototype - * @suppress {missingProperties} + * @suppress {missingProperties} `this` is always in the instance in + * closure for some reason even in a static method, rather than the class */ static get importMeta() { return this.prototype.importMeta;