Fix missing brace and indent level

bug/bundler_fix
William Vu 2015-11-05 14:30:26 -06:00
parent fb051edc2e
commit 2f65405a4e
1 changed files with 1 additions and 1 deletions

View File

@ -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