We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e091b6 commit 87aeac2Copy full SHA for 87aeac2
data/js/detect/os.js
@@ -223,7 +223,7 @@ window.os_detect.getVersion = function(){
223
ua_version = '32.0';
224
} else if ('fill' in Array.prototype) {
225
ua_version = '31.0';
226
- else if (css_is_valid('background-blend-mode', 'backgroundBlendMode', 'multiply')) {
+ } else if (css_is_valid('background-blend-mode', 'backgroundBlendMode', 'multiply')) {
227
ua_version = '30.0';
228
} else if (css_is_valid('box-sizing', 'boxSizing', 'border-box')) {
229
ua_version = '29.0';
0 commit comments