You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?The text was updated successfully, but these errors were encountered: