Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 727 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 727 Bytes

reactive-ie8-shims

Shims to make reactive work in IE8.

Shims

Use

<!--[if IE 8]>
  <script src="/path/to/reactive-ie8-shims.min.js"></script>
<![endif]-->

Or you can browserify it:

require('reactive-ie8-shims')

License

MIT in LICENSE file.