1
0
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:
kkapsner 2014-10-05 15:12:10 +02:00
commit 2d248dd6ad

View File

@ -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(