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
d9e227b7a8
commit
ff49f90113
@ -40,7 +40,7 @@ bowser.check({msie: "9.0"}); // false
|
||||
|
||||
/**
|
||||
* specific user agent
|
||||
*/
|
||||
*/
|
||||
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`]
|
||||
* `sleipnir` — [`blink`]
|
||||
* `kMeleon` — [`gecko`]
|
||||
* `Whale` — [`blink`]
|
||||
* `whale` — [`blink`]
|
||||
|
||||
For all detected browsers the browser version is set in the `version` field.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user