0.1.2 • Published 11 years ago
reactive-ie8-shims v0.1.2
reactive-ie8-shims
Shims to make reactive work in IE8.
Shims
- ECMAScript 5
addEventListenerelement.classList[].slice.call(NodeList)slice doesn't work on element node lists in IE8, so I shimmed it to copy to a javascript array first.element.textContent
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.