From: Edward Date: Tue, 23 Dec 2014 06:01:31 +0000 (+0800) Subject: Roo/View.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=1a0492951002137be2c2a09ff0ff99b97300ed6a;p=roojs1 Roo/View.js --- diff --git a/Roo/View.js b/Roo/View.js index 6aa5faf706..9754aade26 100644 --- a/Roo/View.js +++ b/Roo/View.js @@ -66,6 +66,7 @@ Roo.View = function(config, depreciated_tpl, depreciated_config){ if(typeof(this.tpl) == "string"){ Roo.log(this.tpl); this.tpl = new Roo.Template(this.tpl); + Roo.log(this.tpl); } else { // support xtype ctors.. this.tpl = new Roo.factory(this.tpl, Roo);