Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove alternate calculation for _rootDataHost
  • Loading branch information
Steven Orvell committed Jul 18, 2015
1 parent bdb8fa3 commit 26663cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/template/templatizer.html
Expand Up @@ -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);
Expand Down

0 comments on commit 26663cd

Please sign in to comment.