I get this error when I run a very basic angular app using this library in IE11 in IE8 compatibility mode. The error is on line 195 where ii's trying to execute listener.call(target, event);. When I debug it, listener is an empty object (i.e. { }); Below is my script load order. Any idea why I'm receiving this error?
I get this error when I run a very basic angular app using this library in IE11 in IE8 compatibility mode. The error is on line 195 where ii's trying to execute
listener.call(target, event);
. When I debug it,listener
is an empty object (i.e.{ }
); Below is my script load order. Any idea why I'm receiving this error?