mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
Typo
This commit is contained in:
parent
96a07d42e3
commit
b1f0c5b773
1 changed files with 2 additions and 2 deletions
|
@ -129,8 +129,8 @@ argsList.length = 0;
|
|||
// Inject code
|
||||
|
||||
// https://bugzilla.mozilla.org/show_bug.cgi?id=1736575
|
||||
// `MAIN` world not yet supported in Firefox, so we inject the code into
|
||||
// 'MAIN' ourself when enviroment in Firefox.
|
||||
// 'MAIN' world not yet supported in Firefox, so we inject the code into
|
||||
// 'MAIN' ourself when environment in Firefox.
|
||||
|
||||
// Not Firefox
|
||||
if ( typeof wrappedJSObject !== 'object' ) {
|
||||
|
|
Loading…
Reference in a new issue