From 98aeb0acf1bac40236eafc1342e88e3d7fc18e94 Mon Sep 17 00:00:00 2001
From: Yohn <john.skem9@gmail.com>
Date: Sun, 13 Jan 2013 15:23:22 -0500
Subject: [PATCH] added container options to docs for popover

---
 docs/templates/pages/javascript.mustache | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache
index 6e361fa60c..1ef8bceaf3 100644
--- a/docs/templates/pages/javascript.mustache
+++ b/docs/templates/pages/javascript.mustache
@@ -953,6 +953,14 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
               <p>{{_i}}Object structure is: <code>delay: { show: 500, hide: 100 }</code>{{/i}}</p>
              </td>
            </tr>
+           <tr>
+             <td>{{_i}}container{{/i}}</td>
+             <td>{{_i}}string | false{{/i}}</td>
+             <td>{{_i}}false{{/i}}</td>
+             <td>
+              <p>{{_i}}Appends the tooltip to a specific element <code>container: 'body'</code>{{/i}}</p>
+             </td>
+           </tr>
           </tbody>
         </table>
         <div class="alert alert-info">
-- 
GitLab