Skip to content

Commit f2c5970

Browse files
committed
Making peace with the linter.
1 parent 29c5293 commit f2c5970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/widgets/popup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ define( [ "jquery",
506506
chromematch = ua.indexOf( "Chrome" ) > -1;
507507

508508
// Platform is Android, WebKit version is greater than 534.13 ( Android 3.2.1 ) and not Chrome.
509-
if( androidmatch !== null && andversion == 4.0 && wkversion && wkversion > 534.13 && !chromematch ) {
509+
if( androidmatch !== null && andversion === "4.0" && wkversion && wkversion > 534.13 && !chromematch ) {
510510
return true;
511511
}
512512
return false;

0 commit comments

Comments
 (0)