mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
updating the readme file to show msie changes
This commit is contained in:
parent
b08b126ef7
commit
c12ff890c3
@ -28,13 +28,14 @@ if (bowser.webkit) {
|
|||||||
// do stuff with safari & chrome
|
// do stuff with safari & chrome
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
IE Browsers will report their version along with if the browser is in compatability mode
|
IE Browsers will report their version along with if the browser is in compatability mode
|
||||||
|
|
||||||
``` js
|
``` js
|
||||||
if (bowser.msie && bowser.compatability) {
|
if (bowser.msie && bowser.compatability) {
|
||||||
// beware compatability mode
|
// beware compatability mode
|
||||||
}
|
}
|
||||||
|
```
|
||||||
|
|
||||||
Ender installation
|
Ender installation
|
||||||
-----
|
-----
|
||||||
|
Loading…
Reference in New Issue
Block a user