aboutsummaryrefslogtreecommitdiff
path: root/js/src
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2018-06-11 21:32:16 +0200
committerXhmikosR <[email protected]>2019-02-20 22:05:45 +0200
commitfe580a8e5a0c0eaa17d88d48051fae4eb542ccce (patch)
tree169c4d5b6a7e9c00a325017fe2c27f7e5c991ff6 /js/src
parent64591b3722128d89252b8f1c840cd846940b7f5c (diff)
downloadbootstrap-fe580a8e5a0c0eaa17d88d48051fae4eb542ccce.tar.xz
bootstrap-fe580a8e5a0c0eaa17d88d48051fae4eb542ccce.zip
fix(polyfill): disable coverage for our polyfills
Diffstat (limited to 'js/src')
-rw-r--r--js/src/dom/polyfill.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/src/dom/polyfill.js b/js/src/dom/polyfill.js
index 2c811c25a..159884df8 100644
--- a/js/src/dom/polyfill.js
+++ b/js/src/dom/polyfill.js
@@ -7,6 +7,7 @@ import Util from '../util'
* --------------------------------------------------------------------------
*/
+/* istanbul ignore next */
const Polyfill = (() => {
// defaultPrevented is broken in IE
const workingDefaultPrevented = (() => {