1
0
mirror of https://github.com/lancedikson/bowser synced 2026-03-02 03:40:27 +00:00

fix strictMode for isUnsupportedBrowser

This commit is contained in:
Denis Demchenko
2016-07-07 18:02:18 +03:00
parent 93f2fa0a0f
commit a28903bd29

View File

@@ -528,7 +528,10 @@
}
}
}
return strictMode; // not found
if (strictMode) {
return false; // not found
}
}
/**