mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
fix strictMode for isUnsupportedBrowser
This commit is contained in:
parent
93f2fa0a0f
commit
a28903bd29
@ -528,7 +528,10 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
return strictMode; // not found
|
||||
|
||||
if (strictMode) {
|
||||
return false; // not found
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user