1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-12-22 12:50:36 +01:00

Merge pull request #2 from Vproject/master

Change enumerabe to enumerable
This commit is contained in:
kkapsner 2014-10-05 15:12:10 +02:00
commit 2d248dd6ad

View File

@ -28,7 +28,7 @@
askFunctionName,
{
value: getContext,
enumerabe: false
enumerable: false
}
);
unsafeWindow.HTMLCanvasElement.prototype.getContext = new unsafeWindow.Function(
@ -70,7 +70,7 @@
askFunctionName,
{
value: getContext,
enumerabe: false
enumerable: false
}
);
unsafeWindow.HTMLCanvasElement.prototype.getContext = new unsafeWindow.Function(