docs/templates/pages
javascript.mustache +3 -3
js
tests/unit
bootstrap-typeahead.js +36 -0
bootstrap-typeahead.js +11 -5
@@ -1376,9 +1376,9 @@ $('.carousel').carousel({
<td>{{_i}}The data source to query against. May be an array of strings or a function. The function is passed two arguments, the <code>query</code> value in the input field and the <code>process</code> callback. The function may be used synchronously by returning the data source directly or asynchronously via the <code>process</code> callback's single argument.{{/i}}</td>
@@ -1417,4 +1417,4 @@ $('.carousel').carousel({
\ No newline at end of file
+ 36
- 0
@@ -52,6 +52,42 @@ $(function () {
+ 11
- 5
@@ -77,9 +77,7 @@
@@ -87,7 +85,15 @@
@@ -290,4 +296,4 @@
\ No newline at end of file