Skip to content

Commit 2f65405

Browse files
committed
Fix missing brace and indent level
1 parent fb051ed commit 2f65405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/js/detect/os.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ os_detect.getVersion = function(){
343343
os_name = oses_linux;
344344
}
345345
// end navigator.oscpu checks
346-
else if (typeof ScriptEngineMajorVersion == "function") {
346+
} else if (typeof ScriptEngineMajorVersion == "function") {
347347
// Then this is IE and we can very reliably detect the OS.
348348
// Need to add detection for IE on Mac. Low priority, since we
349349
// don't have any sploits for it yet and it's a very low market

0 commit comments

Comments
 (0)