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

index 67b16fb..6aa5faf 100644 (file)
@@ -64,6 +64,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);
     } else {
         // support xtype ctors..