diff --git a/lib/mixins/element-mixin.html b/lib/mixins/element-mixin.html index 777db15243..d83946cef2 100644 --- a/lib/mixins/element-mixin.html +++ b/lib/mixins/element-mixin.html @@ -311,9 +311,9 @@ } else { template = template.cloneNode(true); } - this.prototype._template = template; } + this.prototype._template = template; } /** diff --git a/test/unit/inheritance.html b/test/unit/inheritance.html index 25c8910427..497bed3b08 100644 --- a/test/unit/inheritance.html +++ b/test/unit/inheritance.html @@ -113,6 +113,24 @@ + + + +