Skip to content

Commit

Permalink
remove TemplateStamp’s implicit dependency on _initializeProperties
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Orvell committed Apr 27, 2017
1 parent 0b15293 commit f821e46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/mixins/template-stamp.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@
*/
class TemplateStamp extends superClass {

_initializeProperties() {
super._initializeProperties();
constructor() {
super();
this.$ = null;
}

Expand Down

0 comments on commit f821e46

Please sign in to comment.