Skip to content

Commit

Permalink
Add reasoning for suppress missingProperties
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Apr 6, 2018
1 parent e64bd0b commit 61ca60e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/legacy/legacy-element-mixin.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 61ca60e

Please sign in to comment.