Add reasoning for suppress missingProperties

This commit is contained in:
Kevin Schaaf
2018-04-05 18:57:59 -07:00
parent e64bd0ba6f
commit 61ca60e4bf

View File

@@ -91,7 +91,8 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
* 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;