1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-11 23:49:52 +02: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(
@ -117,4 +117,4 @@
self.port.on("askInvisible", askInvisible);
self.port.on("unblock", unblock);
self.port.on("detach", unblock);
}());
}());