2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

fix(polyfill): disable coverage for our polyfills

This commit is contained in:
Johann-S
2018-06-11 21:32:16 +02:00
committed by XhmikosR
parent 64591b3722
commit fe580a8e5a
+1
View File
@@ -7,6 +7,7 @@ import Util from '../util'
* --------------------------------------------------------------------------
*/
/* istanbul ignore next */
const Polyfill = (() => {
// defaultPrevented is broken in IE
const workingDefaultPrevented = (() => {