1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-03 12:06:31 +02:00

Unknown classes might break CB

Fixes #267
This commit is contained in:
kkapsner 2018-09-20 22:46:45 +02:00
parent 70b8d50c56
commit ecc55ad13f
2 changed files with 22 additions and 16 deletions

View file

@ -17,7 +17,7 @@
scope.changedGetters = [
{
objectGetters: [function(window){return window.History.prototype;}],
objectGetters: [function(window){return window.History && window.History.prototype;}],
name: "length",
getterGenerator: function(checker){
const temp = {