]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Use correct default value of `constraints` in Tooltip docs; fixes #17671
authorJohann-S <johann.servoire@gmail.com>
Fri, 25 Sep 2015 07:14:25 +0000 (09:14 +0200)
committerChris Rebert <code@chrisrebert.com>
Fri, 25 Sep 2015 21:25:08 +0000 (14:25 -0700)
Closes #17699

docs/components/tooltips.md

index 034af3e384aacb2e60139900edaed6f2a9a15160..b67f5ec63079207b719f29b80f8f8e1a1c80b877 100644 (file)
@@ -219,7 +219,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
       <tr>
         <td>constraints</td>
         <td>Array</td>
-        <td>'hover focus'</td>
+        <td>[]</td>
         <td>An array of constraints - passed through to Tether. For more information refer to Tether's <a href="http://github.hubspot.com/tether/#constraints">constraint docs</a>.</td>
       </tr>
       <tr>