Roo/View.js
authorEdward <edward@roojs.com>
Tue, 23 Dec 2014 06:01:31 +0000 (14:01 +0800)
committerEdward <edward@roojs.com>
Tue, 23 Dec 2014 06:01:31 +0000 (14:01 +0800)
Roo/View.js

index 6aa5faf..9754aad 100644 (file)
@@ -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);