Skip to content

Commit f1d5d0e

Browse files
bro314rictic
authored andcommitted
Fix type of template setter in element-mixin.html (#5519)
1 parent e11da6d commit f1d5d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mixins/element-mixin.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@
442442
/**
443443
* Set the template.
444444
*
445-
* @param {!HTMLTemplateElement|string} value Template to set.
445+
* @param {HTMLTemplateElement|string} value Template to set.
446446
*/
447447
static set template(value) {
448448
this._template = value;

0 commit comments

Comments
 (0)