Roo/bootstrap/panel/Content.js
authorjohn <john@roojs.com>
Tue, 28 Nov 2017 05:06:38 +0000 (13:06 +0800)
committerjohn <john@roojs.com>
Tue, 28 Nov 2017 05:06:38 +0000 (13:06 +0800)
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);
         }