mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
fix(manipulator): increase coverage for manipulator
This commit is contained in:
+4
-1
@@ -97,10 +97,11 @@
|
||||
</script>
|
||||
|
||||
<!-- Transpiled Plugins -->
|
||||
<script src="../dist/dom/polyfill.js"></script>
|
||||
<script src="../dist/dom/manipulator.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/dom/manipulator.js"></script>
|
||||
<script src="../dist/util.js"></script>
|
||||
<script src="../dist/alert.js"></script>
|
||||
<script src="../dist/button.js"></script>
|
||||
@@ -116,6 +117,8 @@
|
||||
|
||||
<!-- Unit Tests -->
|
||||
<script src="unit/dom/eventHandler.js"></script>
|
||||
<script src="unit/dom/manipulator.js"></script>
|
||||
<script src="unit/dom/data.js"></script>
|
||||
<script src="unit/alert.js"></script>
|
||||
<script src="unit/button.js"></script>
|
||||
<script src="unit/carousel.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user