mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
Fix typo
This commit is contained in:
parent
7a8b91dc6f
commit
62ae9d6cbf
@ -46,7 +46,7 @@ browser.check({chome: 45}, window.navigator.userAgent); // true
|
|||||||
/**
|
/**
|
||||||
* but false in strict mode
|
* 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`
|
### bowser.compareVersions(versions`:Array<String>`)`:Number`
|
||||||
|
Loading…
Reference in New Issue
Block a user