Open Sreilys opened 4 years ago
Bug report
On IE11 every time I click anywhere on the page I get SCRIPT5007: Unable to get property 'call' of undefined or null reference
SCRIPT5007: Unable to get property 'call' of undefined or null reference
This happens here:
line 363:
else if (listener.matcher.call(target, listener.matcherParam, target)) { toFire.push([event, target, listener]); }
Docs from Microsoft: https://docs.microsoft.com/en-us/scripting/javascript/misc/object-expected
Bug report
What
On IE11 every time I click anywhere on the page I get
SCRIPT5007: Unable to get property 'call' of undefined or null reference
Details
Additional information
This happens here:
line 363:
Docs from Microsoft: https://docs.microsoft.com/en-us/scripting/javascript/misc/object-expected