aboutsummaryrefslogtreecommitdiff
path: root/docs/templates/pages/javascript.mustache
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-28 00:43:25 -0800
committerMark Otto <[email protected]>2012-01-28 00:43:25 -0800
commitf1851ab1338938bf6315e223789e345f20cfb4b1 (patch)
tree31ea4b2b926a0cf33bd830ea5c5c080325f9ca76 /docs/templates/pages/javascript.mustache
parentedee985b96dea8f8fdca88a0aa171adede7b2d8b (diff)
downloadbootstrap-f1851ab1338938bf6315e223789e345f20cfb4b1.tar.xz
bootstrap-f1851ab1338938bf6315e223789e345f20cfb4b1.zip
change text on js docs page to improve rendering on iphone, update responsive for carousel considerations
Diffstat (limited to 'docs/templates/pages/javascript.mustache')
-rw-r--r--docs/templates/pages/javascript.mustache4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache
index edafbbf0f..01b14b676 100644
--- a/docs/templates/pages/javascript.mustache
+++ b/docs/templates/pages/javascript.mustache
@@ -678,7 +678,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
<td>{{_i}}number | object{{/i}}</td>
<td>0</td>
<td>
- <p>{{_i}}delay showing/hiding the tooltip (ms){{/i}}</p>
+ <p>{{_i}}delay showing and hiding the tooltip (ms){{/i}}</p>
<p>{{_i}}If a number is supplied, delay is applied to both hide/show{{/i}}</p>
<p>{{_i}}Object structure is: <code>delay: { show: 500, hide: 100 }</code>{{/i}}</p>
</td>
@@ -790,7 +790,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
<td>{{_i}}number | object{{/i}}</td>
<td>0</td>
<td>
- <p>{{_i}}delay showing/hiding the popover (ms){{/i}}</p>
+ <p>{{_i}}delay showing and hiding the popover (ms){{/i}}</p>
<p>{{_i}}If a number is supplied, delay is applied to both hide/show{{/i}}</p>
<p>{{_i}}Object structure is: <code>delay: { show: 500, hide: 100 }</code>{{/i}}</p>
</td>