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

Unified Diff: lib/whitelisting.js

Issue 29330321: Issue 3334 - Fix warnings spotted during testing before release (Closed)
Patch Set: Created Nov. 17, 2015, 4:44 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 | metadata.common » ('j') | webrequest.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/whitelisting.js
diff --git a/lib/whitelisting.js b/lib/whitelisting.js
index e98e75b7e564b3d3504ef4890099dfe454ac1be8..3388e150ca92bdbf13b6e1e735d89e1f4a01f1cf 100644
--- a/lib/whitelisting.js
+++ b/lib/whitelisting.js
@@ -78,7 +78,7 @@ exports.isFrameWhitelisted = function(page, frame, typeMask)
* @param {Frame} frame
* @return {string}
*/
-exports.getKey = function(page, frame)
+var getKey = exports.getKey = function(page, frame)
Sebastian Noack 2015/11/17 17:02:58 This will break jsdoc. Instead use: let getKey =
kzar 2015/11/17 19:06:26 Done.
{
let urlsWithKey = pagesWithKey.get(page);
if (!urlsWithKey)
« no previous file with comments | « no previous file | metadata.common » ('j') | webrequest.js » ('J')

Powered by Google App Engine
This is Rietveld