diff options
| author | Jacob Thornton <[email protected]> | 2012-01-06 18:30:32 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-06 18:30:32 -0800 |
| commit | dd99e2d0488c503d929909e431a544e472782178 (patch) | |
| tree | 986cb3242687d60d7f6b833ddb5432610463511a /js/tests/index.html | |
| parent | 64c8623533752ab155e452335457285fa06c1b70 (diff) | |
| download | bootstrap-dd99e2d0488c503d929909e431a544e472782178.tar.xz bootstrap-dd99e2d0488c503d929909e431a544e472782178.zip | |
start of autocomplete plugin
Diffstat (limited to 'js/tests/index.html')
| -rw-r--r-- | js/tests/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/tests/index.html b/js/tests/index.html index e8ed2c5fe..27c2b3412 100644 --- a/js/tests/index.html +++ b/js/tests/index.html @@ -22,6 +22,7 @@ <script src="../../js/bootstrap-tab.js"></script> <script src="../../js/bootstrap-twipsy.js"></script> <script src="../../js/bootstrap-popover.js"></script> + <script src="../../js/bootstrap-typeahead.js"></script> <!-- unit tests --> <script src="unit/bootstrap-transition.js"></script> @@ -34,6 +35,7 @@ <script src="unit/bootstrap-tab.js"></script> <script src="unit/bootstrap-twipsy.js"></script> <script src="unit/bootstrap-popover.js"></script> + <script src="unit/bootstrap-typeahead.js"></script> <body> <div> |
