2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

make active selector more specific #2043 and rebuild

This commit is contained in:
Jacob Thornton
2012-06-02 22:10:35 -07:00
parent 4a276b1620
commit 2d3a0babd2
7 changed files with 31 additions and 18 deletions
+3 -2
View File
@@ -1454,9 +1454,9 @@ $('.carousel').carousel({
<tbody>
<tr>
<td>source</td>
<td>array</td>
<td>array, function</td>
<td>[ ]</td>
<td>The data source to query against.</td>
<td>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.</td>
</tr>
<tr>
<td>items</td>
@@ -1497,6 +1497,7 @@ $('.carousel').carousel({
</div>
</section>
<!-- Footer
================================================== -->
<footer class="footer">