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

index 0fb6909..9d22b96 100644 (file)
@@ -242,6 +242,7 @@ Roo.extend(Roo.View, Roo.util.Observable, {
     refresh : function(){
         this.append();
         return;
+        Roo.log('refresh');
         var t = this.tpl;
         
         // if we are using something like 'domtemplate', then
@@ -290,6 +291,7 @@ Roo.extend(Roo.View, Roo.util.Observable, {
     },
     
     append : function(){
+        Roo.log('append');
         var t = this.tpl;
         
         var html = [];