Index: lib/requestNotifier.js |
=================================================================== |
--- a/lib/requestNotifier.js |
+++ b/lib/requestNotifier.js |
@@ -135,8 +135,11 @@ |
/** |
* Notifies listener about a new request. |
+ * @param {Window} wnd |
+ * @param {Node} node |
+ * @param {RequestEntry} entry |
*/ |
- notifyListener: function(/**Window*/ wnd, /**Node*/ node, /**RequestEntry*/ entry) |
+ notifyListener: function(wnd, node, entry) |
{ |
this.listener.call(this.listenerObj, wnd, node, entry, this.scanComplete); |
}, |