From e7b4020ed23649b3b561bb24a69ba32d48cf94c1 Mon Sep 17 00:00:00 2001 From: Brandon Johnson Date: Thu, 26 Oct 2017 10:18:02 -0600 Subject: [PATCH] Include Array.prototype.includes polyfill (#1297) * Include Array.prototype.includes polyfill In https://github.com/ianstormtaylor/slate/commit/070a700 the `default` feature set was added and the `Array.prototype.includes` feature removed from the polyfill.io request. I think it's great to include the `default` feature set, but, `Array.prototype.includes` is not included in the `default` set, so we have to explicitly request it. IE 11 needs an `Array.prototype.includes` polyfill in order for the examples to work. * Update dev.html * Update index.html --- examples/dev.html | 2 +- examples/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/dev.html b/examples/dev.html index 2abb7bd7e..73edd6e98 100644 --- a/examples/dev.html +++ b/examples/dev.html @@ -8,7 +8,7 @@
- + +