We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb051ed commit 2f65405Copy full SHA for 2f65405
data/js/detect/os.js
@@ -343,7 +343,7 @@ os_detect.getVersion = function(){
343
os_name = oses_linux;
344
}
345
// end navigator.oscpu checks
346
- else if (typeof ScriptEngineMajorVersion == "function") {
+ } else if (typeof ScriptEngineMajorVersion == "function") {
347
// Then this is IE and we can very reliably detect the OS.
348
// Need to add detection for IE on Mac. Low priority, since we
349
// don't have any sploits for it yet and it's a very low market
0 commit comments