diff options
| author | fat <[email protected]> | 2015-05-06 13:34:14 -0700 |
|---|---|---|
| committer | fat <[email protected]> | 2015-05-06 13:34:14 -0700 |
| commit | d1fbe200f46002431cdeebf965c4b789ef7ed267 (patch) | |
| tree | 43a7cc7667492e519b906f8a428935da2972ac14 /js/tests/index.html | |
| parent | 09fb80568a52af6c440db971cdc6fd88eab8f8b5 (diff) | |
| download | bootstrap-d1fbe200f46002431cdeebf965c4b789ef7ed267.tar.xz bootstrap-d1fbe200f46002431cdeebf965c4b789ef7ed267.zip | |
remove closureness from plugins
Diffstat (limited to 'js/tests/index.html')
| -rw-r--r-- | js/tests/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/js/tests/index.html b/js/tests/index.html index d1ec0a7f4..fab2ebc16 100644 --- a/js/tests/index.html +++ b/js/tests/index.html @@ -130,7 +130,7 @@ </script> <!-- Plugin sources --> - <script src="../../js/util.js"></script> + <script>$.support.transition = false</script> <script src="../../js/alert.js"></script> <script src="../../js/button.js"></script> <script src="../../js/carousel.js"></script> @@ -141,6 +141,7 @@ <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> @@ -153,6 +154,7 @@ <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> |
