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

Unified Diff: lib/requestNotifier.js

Issue 29329698: Issue 3222 - Improve JSDoc comments (Closed)
Patch Set: Created Nov. 3, 2015, 11:32 a.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/child/requestNotifier.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/requestNotifier.js
===================================================================
--- a/lib/requestNotifier.js
+++ b/lib/requestNotifier.js
@@ -19,17 +19,17 @@
* @fileOverview Stores Adblock Plus data to be attached to a window.
*/
let windowSelection = new WeakMap();
let requestNotifierMaxId = 0;
/**
* Active RequestNotifier instances by their ID
- * @type Map
+ * @type Map.<number,RequestNotifier>
*/
let notifiers = new Map();
let messageManager = Cc["@mozilla.org/parentprocessmessagemanager;1"]
.getService(Ci.nsIMessageListenerManager)
.QueryInterface(Ci.nsIMessageBroadcaster);
messageManager.addMessageListener("AdblockPlus:FoundNodeData", onNodeData);
messageManager.addMessageListener("AdblockPlus:ScanComplete", onScanComplete);
« no previous file with comments | « lib/child/requestNotifier.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld