mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
Typos and linting
This commit is contained in:
parent
f873bd84e5
commit
4a043b2c78
16 changed files with 101 additions and 75 deletions
|
@ -108,7 +108,7 @@
|
|||
"contentWindow",
|
||||
{
|
||||
enumerable: true,
|
||||
configureable: true,
|
||||
configurable: true,
|
||||
get: exportFunction(function(){
|
||||
var window = oldContentWindowGetter.call(this);
|
||||
if (window){
|
||||
|
@ -124,7 +124,7 @@
|
|||
"contentDocument",
|
||||
{
|
||||
enumerable: true,
|
||||
configureable: true,
|
||||
configurable: true,
|
||||
get: exportFunction(function(){
|
||||
var document = oldContentDocumentGetter.call(this);
|
||||
if (document){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue