mirror of https://github.com/gorhill/uBlock.git
Typo
This commit is contained in:
parent
96a07d42e3
commit
b1f0c5b773
|
@ -129,8 +129,8 @@ argsList.length = 0;
|
||||||
// Inject code
|
// Inject code
|
||||||
|
|
||||||
// https://bugzilla.mozilla.org/show_bug.cgi?id=1736575
|
// https://bugzilla.mozilla.org/show_bug.cgi?id=1736575
|
||||||
// `MAIN` world not yet supported in Firefox, so we inject the code into
|
// 'MAIN' world not yet supported in Firefox, so we inject the code into
|
||||||
// 'MAIN' ourself when enviroment in Firefox.
|
// 'MAIN' ourself when environment in Firefox.
|
||||||
|
|
||||||
// Not Firefox
|
// Not Firefox
|
||||||
if ( typeof wrappedJSObject !== 'object' ) {
|
if ( typeof wrappedJSObject !== 'object' ) {
|
||||||
|
|
Loading…
Reference in New Issue