Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorGeoSot <geo.sotis@gmail.com>2021-04-14 23:28:50 +0300
committerGitHub <noreply@github.com>2021-04-14 23:28:50 +0300
commit80085a12f6936bef11aa72631392e3e9b2646f17 (patch)
tree204f124a4c55bed0c9aeae9cc63a8dde33095ede /build
parent0122e020d60f9556dd9961256633aa06e8ded643 (diff)
Decouple BackDrop from modal (#32439)
* Create backdrop.js util * revert breaking changes remove PromiseTimout usage revert class name * one more test | change bundlewatch.config * add config obj to backdrop helper | tests for rootElement | use transitionend helper * Minor tweaks — Renaming Co-authored-by: Rohit Sharma <rohit2sharma95@gmail.com>
Diffstat (limited to 'build')
-rw-r--r--build/build-plugins.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/build/build-plugins.js b/build/build-plugins.js
index 7fd58bcb64..53093dc416 100644
--- a/build/build-plugins.js
+++ b/build/build-plugins.js
@@ -65,7 +65,8 @@ const getConfigByPluginKey = pluginKey => {
pluginKey === 'EventHandler' ||
pluginKey === 'SelectorEngine' ||
pluginKey === 'Util' ||
- pluginKey === 'Sanitizer'
+ pluginKey === 'Sanitizer' ||
+ pluginKey === 'Backdrop'
) {
return {
external: []
@@ -133,7 +134,8 @@ const getConfigByPluginKey = pluginKey => {
const utilObjects = new Set([
'Util',
- 'Sanitizer'
+ 'Sanitizer',
+ 'Backdrop'
])
const domObjects = new Set([