Roo/View.js
authorEdward <edward@roojs.com>
Tue, 23 Dec 2014 06:08:43 +0000 (14:08 +0800)
committerEdward <edward@roojs.com>
Tue, 23 Dec 2014 06:08:43 +0000 (14:08 +0800)
Roo/View.js

index 67b16fb..7af1c2d 100644 (file)
@@ -271,6 +271,8 @@ Roo.extend(Roo.View, Roo.util.Observable, {
             return;
         }
         var el = this.el;
+        Roo.log('this.dataName');
+        Roo.log(this.dataName);
         if (this.dataName) {
             this.el.update(t.apply(this.store.meta)); //????
             el = this.el.child('.roo-tpl-' + this.dataName);