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
diff options
context:
space:
mode:
authorJohann-S <johann.servoire@gmail.com>2019-07-24 08:19:47 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-07-24 08:19:47 +0300
commite101ba4989c1930206ac2a092246612bab105f8e (patch)
tree9cf95689188605bc2f9b3310b4a2e8448ea2c990 /js/tests/visual/popover.html
parentd7a62b505c495995b1a6eda9f3215ee01d0e97c1 (diff)
add polyfill.js in visual tests (#29116)
Diffstat (limited to 'js/tests/visual/popover.html')
-rw-r--r--js/tests/visual/popover.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/tests/visual/popover.html b/js/tests/visual/popover.html
index f605622fbe..2cde2ab3fe 100644
--- a/js/tests/visual/popover.html
+++ b/js/tests/visual/popover.html
@@ -32,6 +32,7 @@
</div>
<script src="../../../node_modules/popper.js/dist/umd/popper.min.js"></script>
+ <script src="../../dist/dom/polyfill.js"></script>
<script src="../../dist/dom/event-handler.js"></script>
<script src="../../dist/dom/selector-engine.js"></script>
<script src="../../dist/dom/manipulator.js"></script>