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

Unified Diff: lib/contentPolicy.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 | « no previous file | lib/objectTabs.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/contentPolicy.js
===================================================================
--- a/lib/contentPolicy.js
+++ b/lib/contentPolicy.js
@@ -308,8 +308,10 @@
/**
* Asynchronously re-checks filters for given nodes.
+ * @param {Node[]} nodes
+ * @param {RequestEntry} entry
*/
- refilterNodes: function(/**Node[]*/ nodes, /**RequestEntry*/ entry)
+ refilterNodes: function(nodes, entry)
{
// Ignore nodes that have been blocked already
if (entry.filter && !(entry.filter instanceof WhitelistFilter))
« no previous file with comments | « no previous file | lib/objectTabs.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld