1
0
mirror of https://github.com/lancedikson/bowser synced 2024-10-27 20:34:22 +00:00
This commit is contained in:
kerbyfc 2016-08-29 13:02:00 +03:00 committed by GitHub
parent 7a8b91dc6f
commit 62ae9d6cbf

View File

@ -46,7 +46,7 @@ browser.check({chome: 45}, window.navigator.userAgent); // true
/**
* but false in strict mode
*/
browesr.check({chome: 45}, true, window.navigator.userAgent); // false
browser.check({chome: 45}, true, window.navigator.userAgent); // false
```
### bowser.compareVersions(versions`:Array<String>`)`:Number`