Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: lib/objectTabs.js

Issue 6309488109813760: Issue 2236 - Worked around JsDoc bug with inline annotations (Closed)
Patch Set: Created March 30, 2015, 2:11 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/contentPolicy.js ('k') | lib/requestNotifier.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
{
« no previous file with comments | « lib/contentPolicy.js ('k') | lib/requestNotifier.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld