mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
fix property-name 'Whale' to 'whale' in README
This commit is contained in:
parent
b53cd60e18
commit
d4558db0ff
@ -40,7 +40,7 @@ bowser.check({msie: "9.0"}); // false
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* specific user agent
|
* specific user agent
|
||||||
*/
|
*/
|
||||||
bowser.check({chrome: "45"}, window.navigator.userAgent); // true
|
bowser.check({chrome: "45"}, window.navigator.userAgent); // true
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -134,7 +134,7 @@ If detected, one of these flags may be set to true. The rendering engine flag i
|
|||||||
* `vivaldi` — [`blink`]
|
* `vivaldi` — [`blink`]
|
||||||
* `sleipnir` — [`blink`]
|
* `sleipnir` — [`blink`]
|
||||||
* `kMeleon` — [`gecko`]
|
* `kMeleon` — [`gecko`]
|
||||||
* `Whale` — [`blink`]
|
* `whale` — [`blink`]
|
||||||
|
|
||||||
For all detected browsers the browser version is set in the `version` field.
|
For all detected browsers the browser version is set in the `version` field.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user