Roo/View.js
authorEdward <edward@roojs.com>
Mon, 19 May 2014 09:48:28 +0000 (17:48 +0800)
committerEdward <edward@roojs.com>
Mon, 19 May 2014 09:48:28 +0000 (17:48 +0800)
Roo/View.js

index 900945c..9cd0151 100644 (file)
@@ -294,7 +294,7 @@ Roo.extend(Roo.View, Roo.util.Observable, {
         Roo.log('append');
         Roo.log(this.tpl);
         var t = this.tpl;
-        
+        Roo.log(this.el.html);
         var html = [];
         var records = this.store.getRange();
         if(records.length < 1) {