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

Unified Diff: polyfill.js

Issue 29592622: Noissue - Fix linting errors (Closed)
Patch Set: Created Oct. 30, 2017, 3:27 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 | popup.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: polyfill.js
diff --git a/polyfill.js b/polyfill.js
index 904b3fdd4a90069bf3d7be4c58228216cdf27877..226fa48ba08fcfa0d75108f7ecab92c4ada021f0 100644
--- a/polyfill.js
+++ b/polyfill.js
@@ -128,8 +128,8 @@
if (shouldWrapAPIs())
{
- // Unlike Firefox and Microsoft Edge, Chrome doesn't have a "browser" object,
- // but provides the extension API through the "chrome" namespace
+ // Unlike Firefox and Microsoft Edge, Chrome doesn't have a "browser"
+ // object, but provides the extension API through the "chrome" namespace
// (non-standard).
if (typeof browser == "undefined")
window.browser = chrome;
« no previous file with comments | « no previous file | popup.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld