diff --git a/core/main/client/browser.js b/core/main/client/browser.js index 56fff23f8..cfa0b7a77 100644 --- a/core/main/client/browser.js +++ b/core/main/client/browser.js @@ -109,7 +109,7 @@ beef.browser = { * @example: beef.browser.isIE10() */ isIE10: function () { - return !!window.XMLHttpRequest && !window.chrome && !window.opera && !!document.documentMode && !window.XDomainRequest && !!window.performance && typeof navigator.msMaxTouchPoints !== "undefined"; + return !!window.XMLHttpRequest && !window.chrome && !window.opera && !!document.documentMode && !!window.XDomainRequest && !!window.performance && typeof navigator.msMaxTouchPoints !== "undefined"; }, /**