1
0
mirror of https://github.com/lancedikson/bowser synced 2024-10-27 20:34:22 +00:00

yet another silk addition to readme

This commit is contained in:
BendingBender 2014-02-24 01:22:07 +01:00
parent eb20ecaf5d
commit e84b3d98de

View File

@ -48,7 +48,7 @@ Safari, Chrome and some other minor browsers will report that they have `webkit`
``` js
if (bowser.webkit) {
// do stuff with safari & chrome & opera & android & blackberry & webos
// do stuff with safari & chrome & opera & android & blackberry & webos & silk
}
```