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

index cdf1e07..900945c 100644 (file)
@@ -321,7 +321,7 @@ Roo.extend(Roo.View, Roo.util.Observable, {
         }
         
         
-        
+        Roo.log(html);
         el.update(html.join(""));
         this.nodes = el.dom.childNodes;
         this.updateIndexes(0);