Roo/bootstrap/dash/TabPane.js
[roojs1] / Roo / bootstrap / dash / TabPane.js
index db29da9..59e59d1 100644 (file)
@@ -55,6 +55,11 @@ Roo.extend(Roo.bootstrap.dash.TabPane, Roo.bootstrap.Component,  {
         Roo.log('trigger add pane handler');
         this.parent().fireEvent('addpane', this)
     },
+    
+     /**
+     * Updates the tab title 
+     * @param {String} html to set the title to.
+     */
     setTitle: function(str)
     {
         if (!this.tab) {