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

index 07b6f64..7d1c50c 100644 (file)
@@ -381,8 +381,8 @@ panel.load({
      * Set this panel's title
      * @param {String} title
      */
-    setTitle : function(title){ //testing
-        this.title = title;
+    setTitle : function(title){
+        this.title = title+'tseting';
         if(this.region){
             this.region.updatePanelTitle(this, title);
         }