Merge pull request #465 from roryokane/patch-1
tools.md: explicitly say IE8 needs polyfills
This commit is contained in:
commit
b66794abbe
1 changed files with 2 additions and 2 deletions
|
|
@ -57,7 +57,7 @@ You can use it by adding a reference to your Typescript files. This will allow t
|
||||||
|
|
||||||
### Internet Explorer Compatibility
|
### Internet Explorer Compatibility
|
||||||
|
|
||||||
Mithril relies on some Ecmascript 5 features, namely: `Array::indexOf`, `Array::map` and `Object::keys`, as well as the `JSON` object.
|
Mithril relies on some ECMAScript 5 features, namely: `Array::indexOf`, `Array::map` and `Object::keys`, as well as the `JSON` object. Internet Explorer 8 lacks native support for some of these features.
|
||||||
|
|
||||||
The easiest way to polyfill these features is to include this script:
|
The easiest way to polyfill these features is to include this script:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue