From 2f65405a4e323670232b320956fed4869c3c699f Mon Sep 17 00:00:00 2001 From: William Vu Date: Thu, 5 Nov 2015 14:30:26 -0600 Subject: [PATCH] Fix missing brace and indent level --- data/js/detect/os.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/js/detect/os.js b/data/js/detect/os.js index 364b8de276..aafc60410a 100644 --- a/data/js/detect/os.js +++ b/data/js/detect/os.js @@ -343,7 +343,7 @@ os_detect.getVersion = function(){ os_name = oses_linux; } // 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. // 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