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

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