Roo/bootstrap/panel/Content.js
[roojs1] / Roo / bootstrap / panel / Content.js
index 27e2d96..c6a4662 100644 (file)
@@ -399,6 +399,7 @@ panel.load({
             
             Roo.log(t);
         }
+        return t;
 
     },
     
@@ -407,7 +408,7 @@ panel.load({
      * @param {String} title
      */
     setTitle : function(title){
-        this.title = title;
+        this.title = title;//????
         if(this.region){
             this.region.updatePanelTitle(this, title);
         }