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

index 9cd0151..77254b7 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);
+        Roo.log(this.el);
         var html = [];
         var records = this.store.getRange();
         if(records.length < 1) {