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

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