Roo/bootstrap/panel/Content.js
authorjohn <john@roojs.com>
Tue, 28 Nov 2017 05:06:56 +0000 (13:06 +0800)
committerjohn <john@roojs.com>
Tue, 28 Nov 2017 05:06:56 +0000 (13:06 +0800)
Roo/bootstrap/panel/Content.js

index c6a4662..acf241b 100644 (file)
@@ -408,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);
         }