updating the readme file to show msie changes

pull/12/head
Joe Grigg 12 years ago
parent 863eff1755
commit b08b126ef7

@ -28,6 +28,13 @@ if (bowser.webkit) {
// do stuff with safari & chrome
}
```
IE Browsers will report their version along with if the browser is in compatability mode
``` js
if (bowser.msie && bowser.compatability) {
// beware compatability mode
}
Ender installation
-----

Loading…
Cancel
Save