Roo/View.js
authorEdward <edward@roojs.com>
Thu, 22 May 2014 09:17:41 +0000 (17:17 +0800)
committerEdward <edward@roojs.com>
Thu, 22 May 2014 09:17:41 +0000 (17:17 +0800)
Roo/View.js

index 00594bc..0e3508a 100644 (file)
@@ -342,6 +342,7 @@ Roo.extend(Roo.View, Roo.util.Observable, {
         var el = this.dataName  ?
             this.el.child('.roo-tpl-' + this.dataName) :
             this.el; 
+        Roo.log(el);
         el.dom.removeChild(this.nodes[index]);
         this.updateIndexes(index);
     },