Roo/bootstrap/panel/Content.js
authorjohn <john@roojs.com>
Tue, 28 Nov 2017 04:00:00 +0000 (12:00 +0800)
committerjohn <john@roojs.com>
Tue, 28 Nov 2017 04:00:00 +0000 (12:00 +0800)
Roo/bootstrap/panel/Content.js

index 7d1c50c..84939e3 100644 (file)
@@ -382,7 +382,7 @@ panel.load({
      * @param {String} title
      */
     setTitle : function(title){
-        this.title = title+'tseting';
+        this.title = title;
         if(this.region){
             this.region.updatePanelTitle(this, title);
         }