Skip to content

v0.6.2

Compare
Choose a tag to compare
@cheton cheton released this 06 Apr 11:29
· 457 commits to master since this release

This update supports Internet Explorer 8

You need to include the es5-shim polyfill (and optionally JSON3) for Internet Explorer 8, as shown below:

<script src="//cdnjs.cloudflare.com/ajax/libs/es5-shim/4.5.7/es5-shim.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/es5-shim/4.5.7/es5-sham.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/json3/3.3.2/json3.min.js"></script>