Skip to content

Commit

Permalink
Fix type of template setter in element-mixin.html (#5519)
Browse files Browse the repository at this point in the history
  • Loading branch information
bro314 authored and rictic committed Apr 9, 2019
1 parent e11da6d commit f1d5d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mixins/element-mixin.html
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@
/**
* Set the template.
*
* @param {!HTMLTemplateElement|string} value Template to set.
* @param {HTMLTemplateElement|string} value Template to set.
*/
static set template(value) {
this._template = value;
Expand Down

0 comments on commit f1d5d0e

Please sign in to comment.