mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-28 14:29:07 +02:00
fix(polyfill): disable coverage for our polyfills
This commit is contained in:
@@ -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 = (() => {
|
||||||
|
Reference in New Issue
Block a user