diff options
| author | Chris Rebert <[email protected]> | 2014-01-16 20:31:19 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-16 20:32:59 -0800 |
| commit | 6af0013ac52c391dd7623f9cbbb25cd7d3c43d35 (patch) | |
| tree | d4332bb7ccf9058c2369e52745c7b741a94a4fbe /docs/javascript.html | |
| parent | faa783e9896c3353f9c4820dea5952bca900cda5 (diff) | |
| download | bootstrap-6af0013ac52c391dd7623f9cbbb25cd7d3c43d35.tar.xz bootstrap-6af0013ac52c391dd7623f9cbbb25cd7d3c43d35.zip | |
Revert "Add tooltip `viewport` option, respect bounds of the viewport"
This reverts commit edb221a20ceabebd427e27d0432e94a227717217.
Reverting due to broken JS unit tests.
Conflicts:
docs/javascript.html
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index 9f8f8675c..2d8c0e7c6 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1015,22 +1015,6 @@ $('#example').tooltip(options) <p>Appends the tooltip to a specific element. Example: <code>container: 'body'</code></p> </td> </tr> - <tr> - <td>viewport</td> - <td>string</td> - <td>'body'</td> - <td> - <p>Keeps the tooltip within the bounds of this element. Example: <code>viewport: '#viewport'</code></p> - </td> - </tr> - <tr> - <td>viewportPadding</td> - <td>number</td> - <td>0</td> - <td> - <p>Pixel distance to keep the tooltip from the edges of the viewport element. Example: <code>viewportPadding: 10</code></p> - </td> - </tr> </tbody> </table> </div><!-- /.table-responsive --> |
