diff options
| author | fat <[email protected]> | 2015-05-10 19:45:38 -0700 |
|---|---|---|
| committer | fat <[email protected]> | 2015-05-10 19:45:38 -0700 |
| commit | ca9c850ebbfc880dc5021b451ffc9fa12184ff87 (patch) | |
| tree | 8db34e73d402c3f71fd2e8c853b7fddf6cee33d6 /js/tests/index.html | |
| parent | bbb97a8660639002e70b1786e595ef9171bfecc6 (diff) | |
| download | bootstrap-ca9c850ebbfc880dc5021b451ffc9fa12184ff87.tar.xz bootstrap-ca9c850ebbfc880dc5021b451ffc9fa12184ff87.zip | |
add getters for Version and Default where applicable
add modal my gawd
Diffstat (limited to 'js/tests/index.html')
| -rw-r--r-- | js/tests/index.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/js/tests/index.html b/js/tests/index.html index fa25ed883..65c75acfe 100644 --- a/js/tests/index.html +++ b/js/tests/index.html @@ -136,14 +136,13 @@ <script src="../../js/dist/carousel.js"></script> <script src="../../js/dist/collapse.js"></script> <script src="../../js/dist/dropdown.js"></script> + <script src="../../js/dist/modal.js"></script> <!-- Old Plugin sources --> - <script src="../../js/modal.js"></script> <script src="../../js/scrollspy.js"></script> <script src="../../js/tab.js"></script> <script src="../../js/tooltip.js"></script> <script src="../../js/popover.js"></script> - <script src="../../js/affix.js"></script> <!-- Unit tests --> <script src="unit/alert.js"></script> @@ -156,7 +155,6 @@ <script src="unit/tab.js"></script> <script src="unit/tooltip.js"></script> <script src="unit/popover.js"></script> - <script src="unit/affix.js"></script> </head> <body> |
