mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-01-03 10:31:54 +01:00
Merge pull request #2 from Vproject/master
Change enumerabe to enumerable
This commit is contained in:
commit
2d248dd6ad
@ -28,7 +28,7 @@
|
|||||||
askFunctionName,
|
askFunctionName,
|
||||||
{
|
{
|
||||||
value: getContext,
|
value: getContext,
|
||||||
enumerabe: false
|
enumerable: false
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
unsafeWindow.HTMLCanvasElement.prototype.getContext = new unsafeWindow.Function(
|
unsafeWindow.HTMLCanvasElement.prototype.getContext = new unsafeWindow.Function(
|
||||||
@ -70,7 +70,7 @@
|
|||||||
askFunctionName,
|
askFunctionName,
|
||||||
{
|
{
|
||||||
value: getContext,
|
value: getContext,
|
||||||
enumerabe: false
|
enumerable: false
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
unsafeWindow.HTMLCanvasElement.prototype.getContext = new unsafeWindow.Function(
|
unsafeWindow.HTMLCanvasElement.prototype.getContext = new unsafeWindow.Function(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user