mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-20 17:51:52 +00:00
fix(polyfill): disable coverage for our polyfills
This commit is contained in:
parent
64591b3722
commit
fe580a8e5a
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ import Util from '../util'
|
||||||
* --------------------------------------------------------------------------
|
* --------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* istanbul ignore next */
|
||||||
const Polyfill = (() => {
|
const Polyfill = (() => {
|
||||||
// defaultPrevented is broken in IE
|
// defaultPrevented is broken in IE
|
||||||
const workingDefaultPrevented = (() => {
|
const workingDefaultPrevented = (() => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue