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); |