From e1533def5f1cfc78c89d8daa7eb3857d4065bbac Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 19 May 2014 17:48:28 +0800 Subject: [PATCH] Roo/View.js --- Roo/View.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/View.js b/Roo/View.js index 900945c86c..9cd0151410 100644 --- a/Roo/View.js +++ b/Roo/View.js @@ -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) { -- 2.39.2