Skip to content

Commit

Permalink
Add IE8 compatibility note to README. Close #31
Browse files Browse the repository at this point in the history
  • Loading branch information
carlsednaoui committed May 15, 2014
1 parent 866bf29 commit b40452c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@ var _ouibounce = ouibounce(false, {
});
```

### IE8 Support
If you'd like Ouibounce to work in IE8, you need to add a shim such as [es5-shim](https://github.com/es-shims/es5-shim).

This comment has been minimized.

Copy link
@jescalan

jescalan May 15, 2014

Contributor

Perhaps I'd say something like "legacy js engines (IE8 and below, for example)" - just because it's not only ie8 that it won't work with, any version of IE below that as well as other really old browsers

This comment has been minimized.

Copy link
@carlsednaoui

carlsednaoui May 15, 2014

Author Owner

@Jenius good call — updated readme :)

### Miscellaneous

- This library provides no guarantees.
Expand Down

0 comments on commit b40452c

Please sign in to comment.