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

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