Skip to content

Commit f821e46

Browse files
author
Steven Orvell
committed
remove TemplateStamp’s implicit dependency on _initializeProperties
1 parent 0b15293 commit f821e46

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/mixins/template-stamp.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@
118118
*/
119119
class TemplateStamp extends superClass {
120120

121-
_initializeProperties() {
122-
super._initializeProperties();
121+
constructor() {
122+
super();
123123
this.$ = null;
124124
}
125125

0 commit comments

Comments
 (0)