aboutsummaryrefslogtreecommitdiff
path: root/docs/templates/pages/javascript.mustache
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-26 23:16:11 -0800
committerMark Otto <[email protected]>2012-02-26 23:16:11 -0800
commit1a781a707e0785a1abd079a9c29628b0d8d1867d (patch)
treea38c6b8485d24e8df50ede805084ba083e2df9a0 /docs/templates/pages/javascript.mustache
parentccf7697185488850e7450bfb05092bebc2004084 (diff)
parent43760eb2029c73b6be6b0dbeb753be1e247697d9 (diff)
downloadbootstrap-1a781a707e0785a1abd079a9c29628b0d8d1867d.tar.xz
bootstrap-1a781a707e0785a1abd079a9c29628b0d8d1867d.zip
Merge branch '2.0.2-wip' of github.com:twitter/bootstrap into 2.0.2-wip
Conflicts: docs/assets/bootstrap.zip
Diffstat (limited to 'docs/templates/pages/javascript.mustache')
-rw-r--r--docs/templates/pages/javascript.mustache6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache
index aa3a280f4..c88b4296a 100644
--- a/docs/templates/pages/javascript.mustache
+++ b/docs/templates/pages/javascript.mustache
@@ -1234,6 +1234,12 @@ $('#myCollapsible').on('hidden', function () {
<td>5000</td>
<td>{{_i}}The amount of time to delay between automatically cycling an item.{{/i}}</td>
</tr>
+ <tr>
+ <td>{{_i}}pause{{/i}}</td>
+ <td>{{_i}}string{{/i}}</td>
+ <td>"hover"</td>
+ <td>{{_i}}Pauses the cycling of the carousel on mouseenter and resumes the cycling of the carousel on mouseleave.{{/i}}</td>
+ </tr>
</tbody>
</table>
<h3>{{_i}}Markup{{/i}}</h3>