mirror of
https://github.com/Polymer/polymer.git
synced 2026-08-17 16:34:49 -05:00
Fix lint
This commit is contained in:
@@ -209,7 +209,15 @@ export const TemplateStamp = dedupingMixin(
|
||||
return template._templateInfo;
|
||||
}
|
||||
|
||||
/** @nocollapse */
|
||||
/**
|
||||
* See docs for _parseTemplateNode.
|
||||
*
|
||||
* @param {!HTMLTemplateElement} template .
|
||||
* @param {!TemplateInfo} templateInfo .
|
||||
* @param {!NodeInfo} nodeInfo .
|
||||
* @return {boolean} .
|
||||
* @nocollapse
|
||||
*/
|
||||
static _parseTemplateContent(template, templateInfo, nodeInfo) {
|
||||
return this._parseTemplateNode(template.content, templateInfo, nodeInfo);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user