Skip to content

Commit 26663cd

Browse files
author
Steven Orvell
committed
remove alternate calculation for _rootDataHost
1 parent bdb8fa3 commit 26663cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/template/templatizer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@
297297
},
298298

299299
_constructorImpl: function(model, host) {
300-
this._rootDataHost = host._getRootDataHost() || host;
300+
this._rootDataHost = host._getRootDataHost();
301301
this._setupConfigure(model);
302302
this._pushHost(host);
303303
this.root = this.instanceTemplate(this._template);

0 commit comments

Comments
 (0)