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

Unified Diff: ext/content.js

Issue 29452181: Noissue - Merge current tip to Edge bookmark (Closed)
Patch Set: Created May 30, 2017, 3:49 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 | « ext/common.js ('k') | ext/devtools.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ext/content.js
===================================================================
rename from chrome/ext/content.js
rename to ext/content.js
--- a/chrome/ext/content.js
+++ b/ext/content.js
@@ -5,6 +5,7 @@
return ext.onMessage._dispatch(message, {}, sendResponse).indexOf(true) != -1;
});
+(function()
{
let port = null;
@@ -32,4 +33,4 @@
}
}
};
-}
+}());
« no previous file with comments | « ext/common.js ('k') | ext/devtools.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld