1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-12 16:44:17 +02:00

Rename eventHandler and selectorEngine files.

This commit is contained in:
XhmikosR
2019-05-08 16:11:24 +03:00
parent dda31bbee6
commit 438e01b61c
65 changed files with 102 additions and 102 deletions

View File

@@ -210,8 +210,8 @@
</div>
<script src="../../../node_modules/popper.js/dist/umd/popper.min.js"></script>
<script src="../../dist/dom/eventHandler.js"></script>
<script src="../../dist/dom/selectorEngine.js"></script>
<script src="../../dist/dom/event-handler.js"></script>
<script src="../../dist/dom/selector-engine.js"></script>
<script src="../../dist/dom/data.js"></script>
<script src="../../dist/dom/manipulator.js"></script>
<script src="../../dist/dropdown.js"></script>