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; |