aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYohn <[email protected]>2012-12-24 19:03:13 -0500
committerYohn <[email protected]>2012-12-24 19:03:13 -0500
commit340d90138c86bdd86e74712d53c776c77f17c477 (patch)
tree2760534f07aad11ae66e605f5f0b52884c98355d
parent2a5fde272cf9094a9b28afd1de2f5a473febc958 (diff)
downloadbootstrap-340d90138c86bdd86e74712d53c776c77f17c477.tar.xz
bootstrap-340d90138c86bdd86e74712d53c776c77f17c477.zip
Update docs/templates/pages/javascript.mustache
-rw-r--r--docs/templates/pages/javascript.mustache7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache
index 52a7f9fd9..499fed48d 100644
--- a/docs/templates/pages/javascript.mustache
+++ b/docs/templates/pages/javascript.mustache
@@ -781,11 +781,10 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
</tr>
<tr>
<td>{{_i}}container{{/i}}</td>
- <td>{{_i}}string{{/i}}</td>
- <td>''</td>
+ <td>{{_i}}string | false{{/i}}</td>
+ <td>{{_i}}false{{/i}}</td>
<td>
- <p>{{_i}}Usefull if your tooltip is within a btn-group or modal{{/i}}</p>
- <p>{{_i}}Appends the tooltip to a specific element <code>container: '#Modal'</code>{{/i}}</p>
+ <p>{{_i}}Appends the tooltip to a specific element <code>container: 'body'</code>{{/i}}</p>
</td>
</tr>
</tbody>