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

index fa28928..3ec32f4 100644 (file)
@@ -392,7 +392,7 @@ panel.load({
      * @param {String} title
      */
     setTitle : function(title){
-        this.title = title;
+        this.title = title+'testing';
         if(this.region){
             this.region.updatePanelTitle(this, title);
         }