Permalink
Browse files
remove alternate calculation for _rootDataHost
- Loading branch information...
Showing
with
1 addition
and 1 deletion.
-
+1
−1
src/lib/template/templatizer.html
|
|
@@ -297,7 +297,7 @@ |
|
|
},
|
|
|
|
|
|
_constructorImpl: function(model, host) {
|
|
|
- this._rootDataHost = host._getRootDataHost() || host;
|
|
|
+ this._rootDataHost = host._getRootDataHost();
|
|
|
this._setupConfigure(model);
|
|
|
this._pushHost(host);
|
|
|
this.root = this.instanceTemplate(this._template);
|
|
|
|
0 comments on commit
26663cd