mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Add reasoning for suppress missingProperties
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user