From b89568f829bf6bbd0a93be74eb295c96e81f5158 Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Thu, 13 Nov 2014 21:15:50 -0500 Subject: [PATCH] polyfill.io throws error, suggest es5-shim instead --- docs/tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tools.md b/docs/tools.md index 18b1733e..4cd78210 100644 --- a/docs/tools.md +++ b/docs/tools.md @@ -62,7 +62,7 @@ Mithril relies on some Ecmascript 5 features, namely: `Array::indexOf`, `Array:: The easiest way to polyfill these features is to include this script: ```javascript - + ``` This will provide all the polyfills required for the browser. You can alternatively include only specific polyfills: