File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,9 @@ The eventual goal is to remove all polyfills (such as [lodash](https://lodash.co
8
8
9
9
** Please add any additional polyfills that you need to the list below** when you discover them. This library uses the following ECMAScript features:
10
10
11
- * findIndex - use [ core-js library] ( https://github.com/zloirock/core-js#commonjs )
12
- * classList - use [ classList.js] ( https://github.com/eligrey/classList.js )
11
+ * ` Array.prototype.findIndex ` - use [ core-js library] ( https://github.com/zloirock/core-js#commonjs )
12
+ * ` Element.classList ` - use [ classList.js] ( https://github.com/eligrey/classList.js )
13
+ * ` Object.assign ` - use [ core-js library] ( https://github.com/zloirock/core-js#commonjs )
13
14
14
15
### Internet Explorer 11 Support
15
16
You can’t perform that action at this time.
0 commit comments