mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-10-29 18:07:27 +01:00
Fix syntax error in os.js, specs ftw.
This commit is contained in:
parent
8e091b6da0
commit
87aeac2b13
@ -223,7 +223,7 @@ window.os_detect.getVersion = function(){
|
||||
ua_version = '32.0';
|
||||
} else if ('fill' in Array.prototype) {
|
||||
ua_version = '31.0';
|
||||
else if (css_is_valid('background-blend-mode', 'backgroundBlendMode', 'multiply')) {
|
||||
} else if (css_is_valid('background-blend-mode', 'backgroundBlendMode', 'multiply')) {
|
||||
ua_version = '30.0';
|
||||
} else if (css_is_valid('box-sizing', 'boxSizing', 'border-box')) {
|
||||
ua_version = '29.0';
|
||||
|
Loading…
Reference in New Issue
Block a user