1
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:
Joe Vennix 2014-09-12 11:01:08 -05:00
parent 8e091b6da0
commit 87aeac2b13
No known key found for this signature in database
GPG Key ID: 127B05FB3E85A2B0

View File

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