diff options
| author | XhmikosR <[email protected]> | 2020-11-01 15:52:24 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-11-01 15:52:24 +0200 |
| commit | 59692ce8621f91f5b495221d24cc471e7a83abf4 (patch) | |
| tree | 20857f20638837e7468a03f825f37155daa6f655 /js/src | |
| parent | 421e2482e2a0a38dd821876957cade8e5e3d579d (diff) | |
| download | bootstrap-59692ce8621f91f5b495221d24cc471e7a83abf4.tar.xz bootstrap-59692ce8621f91f5b495221d24cc471e7a83abf4.zip | |
karma: stop excluding polyfill.js from istanbul (#30740)
Diffstat (limited to 'js/src')
| -rw-r--r-- | js/src/dom/polyfill.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/js/src/dom/polyfill.js b/js/src/dom/polyfill.js index 61e75eccd..ed982587b 100644 --- a/js/src/dom/polyfill.js +++ b/js/src/dom/polyfill.js @@ -1,5 +1,3 @@ -/* istanbul ignore file */ - /** * -------------------------------------------------------------------------- * Bootstrap (v5.0.0-alpha2): dom/polyfill.js |
