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 - how to reproduce it: click anywhere on the page - describe the environment you are having this problem in - Browser: IE11 (11.329.19041.0) - Device: Desktop - provide screenshots to illustrate your problem:  ## Additional information 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 referenceDetails
Additional information
This happens here:
line 363:
Docs from Microsoft: https://docs.microsoft.com/en-us/scripting/javascript/misc/object-expected