Fix syntax error in os.js, specs ftw.

bug/bundler_fix
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
1 changed files with 1 additions and 1 deletions

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