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
// exclude old versions of Opera that supported ActiveXObject
self.hasOwnProperty &&
// doesn't throw on IE5
self.hasOwnProperty('ActiveXObject') &&
// readonly on IE
self.navigator.msPointerEnabled
NB: web worker compatible
The text was updated successfully, but these errors were encountered: