aboutsummaryrefslogtreecommitdiff
path: root/js/tests/visual/collapse.html
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2017-09-15 13:13:14 +0200
committerXhmikosR <[email protected]>2019-02-20 22:05:45 +0200
commit69e4d4f3ac897870e8186e22b19c5adf6043f3d4 (patch)
treeaa85e49caa6f07570682657e3d82322fd579bb09 /js/tests/visual/collapse.html
parent53ca76ebc0fa2737e7344efedabb28b2a0d6be53 (diff)
downloadbootstrap-69e4d4f3ac897870e8186e22b19c5adf6043f3d4.tar.xz
bootstrap-69e4d4f3ac897870e8186e22b19c5adf6043f3d4.zip
Rewrite Collapse without jQuery
Diffstat (limited to 'js/tests/visual/collapse.html')
-rw-r--r--js/tests/visual/collapse.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/tests/visual/collapse.html b/js/tests/visual/collapse.html
index e084bd08b..49d2ae82a 100644
--- a/js/tests/visual/collapse.html
+++ b/js/tests/visual/collapse.html
@@ -73,6 +73,8 @@
<script src="../../../node_modules/jquery/dist/jquery.slim.min.js"></script>
<script src="../../dist/dom/eventHandler.js"></script>
+ <script src="../../dist/dom/selectorEngine.js"></script>
+ <script src="../../dist/dom/data.js"></script>
<script src="../../dist/util.js"></script>
<script src="../../dist/collapse.js"></script>
</body>