Fix missing brace and indent level
parent
fb051edc2e
commit
2f65405a4e
|
@ -343,7 +343,7 @@ os_detect.getVersion = function(){
|
||||||
os_name = oses_linux;
|
os_name = oses_linux;
|
||||||
}
|
}
|
||||||
// end navigator.oscpu checks
|
// end navigator.oscpu checks
|
||||||
else if (typeof ScriptEngineMajorVersion == "function") {
|
} else if (typeof ScriptEngineMajorVersion == "function") {
|
||||||
// Then this is IE and we can very reliably detect the OS.
|
// Then this is IE and we can very reliably detect the OS.
|
||||||
// Need to add detection for IE on Mac. Low priority, since we
|
// Need to add detection for IE on Mac. Low priority, since we
|
||||||
// don't have any sploits for it yet and it's a very low market
|
// don't have any sploits for it yet and it's a very low market
|
||||||
|
|
Loading…
Reference in New Issue