diff options
| author | fat <[email protected]> | 2015-01-03 13:58:44 -0800 |
|---|---|---|
| committer | fat <[email protected]> | 2015-02-11 11:29:43 -0800 |
| commit | 834220ea20ce5b7cd31edfb624a28b4bf8b29a6a (patch) | |
| tree | 19bfdadb0c140df437e7b7034e5e1f5ce58343cc /js/tests/index.html | |
| parent | aed1cd31218113d67d2eca3296edf5d1700b19b8 (diff) | |
| download | bootstrap-834220ea20ce5b7cd31edfb624a28b4bf8b29a6a.tar.xz bootstrap-834220ea20ce5b7cd31edfb624a28b4bf8b29a6a.zip | |
bootstrap onto closure
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 b32f0adc2..a534da526 100644 --- a/js/tests/index.html +++ b/js/tests/index.html @@ -59,7 +59,7 @@ </script> <!-- Plugin sources --> - <script>$.support.transition = false</script> + <script src="../../js/util.js"></script> <script src="../../js/alert.js"></script> <script src="../../js/button.js"></script> <script src="../../js/carousel.js"></script> @@ -70,7 +70,6 @@ <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> @@ -83,7 +82,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> |
