Skip to content

Commit

Permalink
Lint clean
Browse files Browse the repository at this point in the history
  • Loading branch information
rictic committed Jan 15, 2019
1 parent f15b137 commit bdcd37c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/mixins/dir-mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ export const DirMixin = dedupingMixin((base) => {
class Dir extends elementBase {

/**
* @param {string} cssText .
* @param {string} baseURI .
* @return {string} .
* @suppress {missingProperties} Interfaces in closure do not inherit statics, but classes do
*/
static _processStyleText(cssText, baseURI) {
Expand Down
5 changes: 5 additions & 0 deletions lib/mixins/element-mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ export const ElementMixin = dedupingMixin(base => {
/**
* Override of PropertiesChanged createProperties to create accessors
* and property effects for all of the properties.
* @param {!Object} props .
* @return {void}
* @protected
*/
Expand Down Expand Up @@ -722,6 +723,10 @@ export const ElementMixin = dedupingMixin(base => {
* code. This map determines which method templates should have accessors
* created for them.
*
* @param {!HTMLTemplateElement} template Template
* @param {!TemplateInfo} templateInfo Template metadata for current template
* @param {!NodeInfo} nodeInfo Node metadata for current template.
* @return {boolean} .
* @suppress {missingProperties} Interfaces in closure do not inherit statics, but classes do
*/
static _parseTemplateContent(template, templateInfo, nodeInfo) {
Expand Down

0 comments on commit bdcd37c

Please sign in to comment.