From 26663cd1641b43095a36019a24a91f940025cf93 Mon Sep 17 00:00:00 2001 From: Steven Orvell Date: Fri, 17 Jul 2015 17:55:26 -0700 Subject: [PATCH] remove alternate calculation for _rootDataHost --- src/lib/template/templatizer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/template/templatizer.html b/src/lib/template/templatizer.html index 1406b8f579..299b6c5e4e 100644 --- a/src/lib/template/templatizer.html +++ b/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);