Roo/bootstrap/panel/Content.js
[roojs1] / 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);
         }