mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-30 19:20:23 +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 = (() => {
|
||||
// defaultPrevented is broken in IE
|
||||
const workingDefaultPrevented = (() => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue