Skip to content
Browse files

remove alternate calculation for _rootDataHost

  • Loading branch information...
1 parent bdb8fa3 commit 26663cd1641b43095a36019a24a91f940025cf93 @sorvell sorvell committed
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/lib/template/templatizer.html
View
2 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

Please sign in to comment.
Something went wrong with that request. Please try again.