| Index: lib/objectTabs.js |
| =================================================================== |
| --- a/lib/objectTabs.js |
| +++ b/lib/objectTabs.js |
| @@ -226,8 +226,10 @@ |
| /** |
| * Makes the tab element visible. |
| + * @param {Element} element |
| + * @param {RequestEntry} data |
| */ |
| - _showTab: function(/**Element*/ element, /**RequestEntry*/ data) |
| + _showTab: function(element, data) |
| { |
| let {UI} = require("ui"); |
| if (!UI.overlay) |
| @@ -420,8 +422,11 @@ |
| /** |
| * Called whenever a timer fires. |
| + * @param {nsISupport} subject |
| + * @param {string} topic |
| + * @param {string} data |
| */ |
| - observe: function(/**nsISupport*/ subject, /**String*/ topic, /**String*/ data) |
| + observe: function(subject, topic, data) |
| { |
| if (subject == this.positionTimer) |
| { |